Skip to content

Commit

Permalink
travis: ActionDispatch 5.2.4 requires Ruby >= 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Dec 18, 2019
1 parent 25f700a commit 54b7111
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,14 @@ matrix:
gemfile: gemfiles/rails52.gemfile
- rvm: 2.1.0
gemfile: gemfiles/rails60.gemfile
# MRI 2.2.2 supports Rails 3.2.x and higher
# MRI 2.2.2 supports Rails 3.2.x and higher, except Rails 5.2.4 and higher*
# * ActionDispatch 5.2.4 uses Ruby 3.x safe navigation operator.
- rvm: 2.2.2
gemfile: gemfiles/rails30.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rails31.gemfile
- rvm: 2.2.2
gemfile: gemfiles/rails52.gemfile
# MRI 2.3.x supports Rails 4.0.x and higher
- rvm: 2.3.8
gemfile: gemfiles/rails30.gemfile
Expand Down

0 comments on commit 54b7111

Please sign in to comment.