We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89dd9ec commit 6a8fd07Copy full SHA for 6a8fd07
.travis.yml
@@ -55,7 +55,11 @@ matrix:
55
- rvm: 2.3.8
56
env: RAILS_VERSION='~> 5.2.0'
57
- rvm: 2.2.10
58
- env: RAILS_VERSION='~> 5.2.0'
+ # An incompatibility with Ruby 2.2 in Rails 5.2.4.0 (still not fixed 5.2.4.3)
59
+ # prevents from testing against this combination. This bug is not in 5-2-stable:
60
+ # lib/action_dispatch/request/session.rb:96: syntax error, unexpected '.'
61
+ # id&.public_id
62
+ env: RAILS_VERSION='5-2-stable'
63
64
# Rails 5.1 Builds >= 2.2.2
65
- rvm: 2.6.6
0 commit comments