Skip to content

Commit d6c0a85

Browse files
TBE-304 Create a PAT for private honeycrisp gem (#6105)
Co-authored-by: Em Barnard-Shao <[email protected]>
1 parent 39d37c1 commit d6c0a85

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.circleci/config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ commands:
5757
- run:
5858
name: install bundler & ruby dependencies
5959
command: |
60-
gem install bundler:2.3.5 --no-document && \
61-
bundle install --jobs=4 --retry=3 --path vendor/bundle
60+
gem install bundler:2.5.18 --no-document
61+
bundle config set --local path 'vendor/bundle'
62+
bundle install --jobs=4 --retry=3
6263
- save_cache:
6364
key: bundle-{{ checksum "Gemfile.lock" }}
6465
paths: [/mnt/ramdisk/vendor/bundle]

0 commit comments

Comments
 (0)