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.
2 parents f3d5397 + f8699d3 commit f838a4bCopy full SHA for f838a4b
.travis.yml
@@ -9,9 +9,9 @@ before_install:
9
10
rvm:
11
- 2.1.0 # Lowest version officially supported by that gem
12
-- 2.2.5
13
-- 2.3.3
14
-- 2.4.0
+- 2.2.7
+- 2.3.4
+- 2.4.1
15
- jruby-9.1.5.0
16
17
gemfile:
@@ -24,11 +24,11 @@ matrix:
24
allow_failures:
25
- rvm: jruby-9.1.5.0
26
exclude:
27
- - rvm: 2.4.0
+ - rvm: 2.4.1
28
gemfile: gemfiles/rails_3.2.gemfile
29
30
gemfile: gemfiles/rails_4.1.gemfile
31
32
gemfile: gemfiles/rails_4.2.gemfile
33
- rvm: 2.1.0
34
gemfile: gemfiles/rails_5.0.gemfile # Rails 5 requires Ruby 2.2.2+
0 commit comments