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 2c2ac06 commit 7c0c1acCopy full SHA for 7c0c1ac
.travis.yml
@@ -6,11 +6,14 @@ script: bin/rake
6
rvm:
7
- 2.3.3
8
- 2.4.0
9
+ - 2.5.0
10
env:
11
+ - RAILS_VERSION='~> 5.1.0'
12
- RAILS_VERSION='~> 5.0.0'
13
- RAILS_VERSION='~> 4.2.8'
14
- RAILS_VERSION='4-2-stable'
15
- RAILS_VERSION='5-0-stable'
16
+ - RAILS_VERSION='5-1-stable'
17
matrix:
18
include:
19
- rvm: 2.2.3
Gemfile-rails-dependencies
@@ -24,5 +24,5 @@ if version && !version.empty?
24
elsif RUBY_VERSION.to_f < 2.4
25
gem "rails", "~> 4.2.0"
26
else
27
- gem "rails", "~> 5.0"
+ gem "rails", "~> 5.1"
28
end
0 commit comments