Skip to content

Commit

Permalink
Avoid running Rails 4.2 on Ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Feb 19, 2020
1 parent a527493 commit 8dc3b99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ matrix:
gemfile: Gemfile.rails4.1
- rvm: 2.7.0
gemfile: Gemfile.rails4.1
- rvm: 2.7.0
gemfile: Gemfile.rails4.2
- rvm: 1.9.3
gemfile: Gemfile.rails5.0
- rvm: 2.1.8
Expand Down
2 changes: 1 addition & 1 deletion script/ci-matrix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requirements = {
'Gemfile.rails3.2' => Gem::Requirement.new('< 2.4'),
'Gemfile.rails4.0' => Gem::Requirement.new(['< 2.4', '>= 1.9']),
'Gemfile.rails4.1' => Gem::Requirement.new(['< 2.4', '>= 1.9']),
'Gemfile.rails4.2' => Gem::Requirement.new('>= 1.9'),
'Gemfile.rails4.2' => Gem::Requirement.new(['>= 1.9', '< 2.7']),
'Gemfile.rails5.0' => Gem::Requirement.new('>= 2.2'),
'Gemfile.rails5.1' => Gem::Requirement.new('>= 2.2'),
'Gemfile.rails5.2' => Gem::Requirement.new('>= 2.2'),
Expand Down

0 comments on commit 8dc3b99

Please sign in to comment.