From 7f72487799bae71ee1d8e4630c92b908686a1d36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sat, 16 Feb 2019 10:18:38 +0100 Subject: [PATCH] Bump BUNDLED WITH to bundler 2.0.1 --- .circleci/config.yml | 1 + Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e1f98bc..607318c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -29,6 +29,7 @@ jobs: - run: name: Install dependencies command: | + gem install bundler -v 2.0.1 bundle install --jobs 3 --retry 3 --path .bundle - run: diff --git a/Gemfile.lock b/Gemfile.lock index 879f281..230ab51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -76,4 +76,4 @@ DEPENDENCIES simplecov (= 0.16.1) BUNDLED WITH - 1.17.3 + 2.0.1