Skip to content

Commit

Permalink
Use rails 5.1 in Gemfile by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn committed Nov 2, 2017
1 parent bb55ee9 commit 7ccd9d4
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 @@ -12,7 +12,7 @@ platforms :rbx do
gem 'rubinius-developer_tools'
end

rails = ENV['RAILS'] || '~> 4.2.0'
rails = ENV['RAILS'] || '~> 5.1.0'

gem 'rails', rails

Expand Down

0 comments on commit 7ccd9d4

Please sign in to comment.