From d7cb685b60fa89422424cc5984aac5b933ee36f4 Mon Sep 17 00:00:00 2001 From: Jordan Brough Date: Thu, 20 Jan 2022 13:21:03 -0700 Subject: [PATCH] Update Bundler to 2.3.5 Bundler 2.3.5 is the latest Bundler version. --- .circleci/config.yml | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d6d007367a..6a892d91b3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -7,7 +7,7 @@ commands: - checkout # Install bundler - - run: gem install bundler:2.1.4 + - run: gem install bundler:2.3.5 # Restore Cached Dependencies - restore_cache: diff --git a/Gemfile.lock b/Gemfile.lock index 99616454ce..487e8dac6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -357,4 +357,4 @@ DEPENDENCIES yard BUNDLED WITH - 2.2.24 + 2.3.5