mirror of
https://github.com/thoughtbot/factory_bot_rails.git
synced 2022-11-09 11:49:18 -05:00
Use an older version of bundler
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
This commit is contained in:
parent
139c87cd2e
commit
ab8ed30424
1 changed files with 1 additions and 2 deletions
|
@ -3,8 +3,7 @@ env:
|
||||||
- ARUBA_TIMEOUT=240
|
- ARUBA_TIMEOUT=240
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system
|
- gem update --system
|
||||||
- gem update bundler
|
- rvm @default,@global do gem uninstall bundler -v 2.0.1 -x
|
||||||
- gem cleanup bundler
|
|
||||||
cache: bundler
|
cache: bundler
|
||||||
rvm:
|
rvm:
|
||||||
- 2.3
|
- 2.3
|
||||||
|
|
Loading…
Reference in a new issue