Commit 9595a2c2 by Sergey Alekseev Committed by John Hawthorn

update Rails to 4.2.0

parent 5e5a2ecb
...@@ -8,3 +8,4 @@ rvm: ...@@ -8,3 +8,4 @@ rvm:
env: env:
- RAILS='~> 4.0.8' - RAILS='~> 4.0.8'
- RAILS='~> 4.1.4' - RAILS='~> 4.1.4'
- RAILS='~> 4.2.0'
...@@ -9,7 +9,7 @@ platforms :rbx do ...@@ -9,7 +9,7 @@ platforms :rbx do
gem 'rubinius-developer_tools' gem 'rubinius-developer_tools'
end end
rails = ENV['RAILS'] || '~> 4.1.4' rails = ENV['RAILS'] || '~> 4.2.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