From b0bb13f89e651560f6db80e81e97091ed974cfc5 Mon Sep 17 00:00:00 2001 From: rhymes Date: Tue, 9 Feb 2021 15:36:16 +0100 Subject: [PATCH] Update Bundler to 2.2.9 (#12626) * Update Bundler to 2.2.9 * Use the latest 2.2.x bundler --- .travis.yml | 2 ++ Gemfile.lock | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 70e6d6f0b..663f10326 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,6 +37,8 @@ env: - COVERAGE_REPORTS_TOTAL=4 - FOREM_OWNER_SECRET="secret" # test secret so e2e tests can run properly. - ELASTICSEARCH_URL="http://localhost:9200" +before_install: + - gem install bundler:"<2.3" install: - date --rfc-3339=seconds - nvm install diff --git a/Gemfile.lock b/Gemfile.lock index a80178c45..a851c9049 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -996,4 +996,4 @@ RUBY VERSION ruby 2.7.2p137 BUNDLED WITH - 2.2.0 + 2.2.9