Commit 7ccd9d42 by John Hawthorn

Use rails 5.1 in Gemfile by default

parent bb55ee91
...@@ -12,7 +12,7 @@ platforms :rbx do ...@@ -12,7 +12,7 @@ platforms :rbx do
gem 'rubinius-developer_tools' gem 'rubinius-developer_tools'
end end
rails = ENV['RAILS'] || '~> 4.2.0' rails = ENV['RAILS'] || '~> 5.1.0'
gem 'rails', rails gem 'rails', rails
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment