Skip to content

Commit

Permalink
Loosening ruby version reqs in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sandbergja committed Apr 8, 2021
1 parent 299e1f2 commit 696ef10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
source 'https://rubygems.org'
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby '2.5.7'
ruby '~> 2.5'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 6.0'
Expand Down

0 comments on commit 696ef10

Please sign in to comment.