From 2191c537ad2bf372bc5e8c199c4a4d82a7722910 Mon Sep 17 00:00:00 2001 From: "yuuji.yaginuma" Date: Thu, 3 Jan 2019 14:53:11 +0900 Subject: Use latest Bundler Don't need to specify the version because Bundler 2.0 released. Ref: https://bundler.io/blog/2019/01/03/announcing-bundler-2.html --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index f3d3c2181a..7bf508b7a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 -v '2.0.0.pre.2'" + - "travis_retry gem install bundler" - "[[ -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 != 'actioncable:integration' ]] || yarn install" - "[[ $GEM != 'actionview:ujs' ]] || nvm install node" -- cgit v1.2.3