Skip to content

Commit

Permalink
Upgrade bundler to match production
Browse files Browse the repository at this point in the history
Had to upgrade bundler to resolve #663
See also pulibrary/princeton_ansible#4685
  • Loading branch information
maxkadel committed Feb 20, 2024
1 parent a1ae31d commit 41eef55
Show file tree
Hide file tree
Showing 2 changed files with 5 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 @@ -8,7 +8,7 @@ executors:
docker:
- image: cimg/ruby:3.1.2-browsers
environment:
BUNDLER_VERSION: 2.3.11
BUNDLER_VERSION: 2.5.6
BUNDLE_JOBS: 3
BUNDLE_RETRY: 3
BUNDLE_PATH: vendor/bundle
Expand Down
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ GEM
net-protocol
net-ssh (7.2.0)
nio4r (2.7.0)
nokogiri (1.16.2-arm64-darwin)
racc (~> 1.4)
nokogiri (1.16.2-x86_64-linux)
racc (~> 1.4)
omniauth (1.9.2)
Expand Down Expand Up @@ -524,6 +526,7 @@ GEM
zeitwerk (2.6.12)

PLATFORMS
arm64-darwin-21
x86_64-linux

DEPENDENCIES
Expand Down Expand Up @@ -587,4 +590,4 @@ DEPENDENCIES
whenever

BUNDLED WITH
2.3.26
2.5.6

0 comments on commit 41eef55

Please sign in to comment.