Skip to content

Commit

Permalink
Use an older version of bundler
Browse files Browse the repository at this point in the history
Rails 4.2 requires bundler < 2.0, but on travis are getting 2.0.1
There is probably a better way to do this so we don't have to update
this every time travis starts using a new version, but I am going to
merge this for now to unblock the release of 5.0.0.rc1
  • Loading branch information
composerinteralia committed Jan 6, 2019
1 parent 139c87c commit ab8ed30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ env:
- ARUBA_TIMEOUT=240
before_install:
- gem update --system
- gem update bundler
- gem cleanup bundler
- rvm @default,@global do gem uninstall bundler -v 2.0.1 -x
cache: bundler
rvm:
- 2.3
Expand Down

0 comments on commit ab8ed30

Please sign in to comment.