Skip to content

Commit

Permalink
SRCH-1931 Update bundler (#83)
Browse files Browse the repository at this point in the history
Bumped bundler up to 2.2.15 and updated CircleCI config.
  • Loading branch information
jmax-fearless committed Apr 22, 2021
1 parent 91e9e64 commit a007034
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 @@ -35,7 +35,7 @@ jobs:
cp -p config/instagram.yml.example config/instagram.yml
- restore_cache:
key: bundle-{{ checksum "Gemfile.lock" }}
- run: gem install bundler:1.17.3
- run: gem install bundler:2.2.15
- run:
name: bundle install
command: |
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,4 @@ DEPENDENCIES
whenever (~> 0.9.4)

BUNDLED WITH
1.17.3
2.2.15

0 comments on commit a007034

Please sign in to comment.