Skip to content

Commit

Permalink
Update Bundler to 2.4.22 on Circle CI (#2470)
Browse files Browse the repository at this point in the history
In #2465 we updated bundler, but we should've changed it in the Circle
config too.
  • Loading branch information
nickcharlton authored Dec 12, 2023
1 parent 720d70a commit 5c677a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5c677a2

Please sign in to comment.