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 885e742 commit bf12994Copy full SHA for bf12994
.travis.yml
@@ -4,20 +4,14 @@ env:
4
- RAILS=4.2.6
5
- RAILS=5.0.0
6
rvm:
7
- - 1.9.3
8
- - 2.0.0
9
- 2.1.9
10
- 2.2.5
11
- 2.3.1
12
matrix:
13
exclude:
14
- - rvm: 1.9.3
15
- env: RAILS=5.0.0
16
- - rvm: 2.0.0
17
18
- rvm: 2.1.9
19
+ env: RAILS=5.0.0 # Rails 5.0 requires Ruby 2.2.2 or newer
20
before_install:
21
- - gem install bundler -v '= 1.9.3'
22
- - gem update --system
23
- - gem --version
+ - gem update --system # use the very latest Rubygems
+ - rvm @global do gem uninstall bundler -a -x
+ - rvm @global do gem install bundler -v 1.14.6 # latest version known to work
0 commit comments