Skip to content

Commit

Permalink
Update Bundler to 2.3.5
Browse files Browse the repository at this point in the history
Bundler 2.3.5 is the latest Bundler version.
  • Loading branch information
jordan-brough committed Jan 24, 2022
1 parent be688bc commit d7cb685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -357,4 +357,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.2.24
2.3.5

0 comments on commit d7cb685

Please sign in to comment.