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:
parent
1decfedb2b
commit
d871885c21
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ bundler_args: --jobs 3 --retry 3
|
|||
before_install:
|
||||
- "rm ${BUNDLE_GEMFILE}.lock"
|
||||
- "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"
|
||||
- "[[ $GEM != 'ac:integration' ]] || yarn install"
|
||||
- "[[ $GEM != 'av:ujs' ]] || nvm install node"
|
||||
|
|
Loading…
Reference in a new issue