Commit 23ec63ed by John Hawthorn

Specify Rails 5.2.0 proper

parent 9a26d811
...@@ -14,7 +14,7 @@ env: ...@@ -14,7 +14,7 @@ env:
- RAILS='~> 4.2.0' - RAILS='~> 4.2.0'
- RAILS='~> 5.0.0' - RAILS='~> 5.0.0'
- RAILS='~> 5.1.0' - RAILS='~> 5.1.0'
- RAILS='~> 5.2.0.rc2' - RAILS='~> 5.2.0'
matrix: matrix:
allow_failures: allow_failures:
...@@ -24,5 +24,5 @@ matrix: ...@@ -24,5 +24,5 @@ matrix:
rvm: jruby-9.1.6.0 rvm: jruby-9.1.6.0
- env: RAILS='~> 5.1.0' - env: RAILS='~> 5.1.0'
rvm: jruby-9.1.6.0 rvm: jruby-9.1.6.0
- env: RAILS='~> 5.2.0.rc2' - env: RAILS='~> 5.2.0'
rvm: jruby-9.1.6.0 rvm: jruby-9.1.6.0
...@@ -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'] || '~> 5.1.0' rails = ENV['RAILS'] || '~> 5.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