Skip to content

Commit

Permalink
CI: test against Rails 5.x for Rubies older than 2.4.1 since Rails 6 …
Browse files Browse the repository at this point in the history
…requires 2.4.1+
  • Loading branch information
jeremy committed Feb 28, 2018
1 parent e304218 commit 3cdf7f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ if RUBY_VERSION < '1.9.3'
gem 'i18n', '< 0.7'
elsif RUBY_VERSION < '2.2.2'
gem 'activesupport', '< 5'
elsif RUBY_VERSION < '2.4.1'
gem 'activesupport', '< 6'
else
gem 'activesupport', :git => 'https://github.com/rails/rails'
end
Expand Down

0 comments on commit 3cdf7f7

Please sign in to comment.