From 5c677a212fe4299beff152b27f5ca82a15715f7a Mon Sep 17 00:00:00 2001 From: Nick Charlton Date: Tue, 12 Dec 2023 15:21:24 +0000 Subject: [PATCH] Update Bundler to 2.4.22 on Circle CI (#2470) In #2465 we updated bundler, but we should've changed it in the Circle config too. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 07a2ec110e..1e632b9591 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -17,7 +17,7 @@ commands: - run: google-chrome --version # Install bundler - - run: gem install bundler:2.3.5 + - run: gem install bundler:2.4.22 # Restore Cached Dependencies - restore_cache: