Skip to content
This repository was archived by the owner on Jul 24, 2025. It is now read-only.

Commit a007034

Browse files
SRCH-1931 Update bundler (#83)
Bumped bundler up to 2.2.15 and updated CircleCI config.
1 parent 91e9e64 commit a007034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
cp -p config/instagram.yml.example config/instagram.yml
3636
- restore_cache:
3737
key: bundle-{{ checksum "Gemfile.lock" }}
38-
- run: gem install bundler:1.17.3
38+
- run: gem install bundler:2.2.15
3939
- run:
4040
name: bundle install
4141
command: |

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,4 +412,4 @@ DEPENDENCIES
412412
whenever (~> 0.9.4)
413413

414414
BUNDLED WITH
415-
1.17.3
415+
2.2.15

0 commit comments

Comments
 (0)