Test against Rails 6, not rc1!

This commit is contained in:
OKURA Masafumi 2019-09-11 12:11:44 +09:00
parent 70bb3f71a2
commit 9e933050b0
2 changed files with 4 additions and 4 deletions

View File

@ -12,11 +12,11 @@ rvm:
gemfile:
- gemfiles/rails_5_2.gemfile
- gemfiles/rails_5_1.gemfile
- gemfiles/rails_6.rc1.gemfile
- gemfiles/rails_6.gemfile
matrix:
exclude:
- rvm: 2.3.8
gemfile: gemfiles/rails_6.rc1.gemfile
gemfile: gemfiles/rails_6.gemfile
- rvm: 2.4.7
gemfile: gemfiles/rails_6.rc1.gemfile
gemfile: gemfiles/rails_6.gemfile
script: "bundle exec rake test"

View File

@ -5,6 +5,6 @@ source "https://rubygems.org"
gem "rubysl", "~> 2.0", :platforms => :rbx
gem "minitest", :platforms => :rbx
gem "html2haml"
gem "rails", "6.0.0.rc1"
gem "rails", "6.0.0"
gemspec :path => "../"