1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

update bundler to 2.0.0.pre.2

This commit is contained in:
Colby Swandale 2018-12-05 19:51:32 +11:00
parent 1decfedb2b
commit d871885c21

View file

@ -35,7 +35,7 @@ bundler_args: --jobs 3 --retry 3
before_install: before_install:
- "rm ${BUNDLE_GEMFILE}.lock" - "rm ${BUNDLE_GEMFILE}.lock"
- "travis_retry gem update --system" - "travis_retry gem update --system"
- "travis_retry gem install bundler" - "travis_retry gem install bundler -v '2.0.0.pre.2'"
- "[[ -z $encrypted_0fb9444d0374_key && -z $encrypted_0fb9444d0374_iv ]] || openssl aes-256-cbc -K $encrypted_0fb9444d0374_key -iv $encrypted_0fb9444d0374_iv -in activestorage/test/service/configurations.yml.enc -out activestorage/test/service/configurations.yml -d" - "[[ -z $encrypted_0fb9444d0374_key && -z $encrypted_0fb9444d0374_iv ]] || openssl aes-256-cbc -K $encrypted_0fb9444d0374_key -iv $encrypted_0fb9444d0374_iv -in activestorage/test/service/configurations.yml.enc -out activestorage/test/service/configurations.yml -d"
- "[[ $GEM != 'ac:integration' ]] || yarn install" - "[[ $GEM != 'ac:integration' ]] || yarn install"
- "[[ $GEM != 'av:ujs' ]] || nvm install node" - "[[ $GEM != 'av:ujs' ]] || nvm install node"