Skip to content

Commit 2666c29

Browse files
committed
2 parents da2ab4a + 93f9753 commit 2666c29

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ jobs: # a collection of steps
77
- checkout
88
- run:
99
name: Install bundler specified in Gemfile.lock
10-
command: gem install bundler
10+
command: |
11+
gem update --system
12+
gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"
1113
- restore_cache:
1214
keys:
1315
- logstash-output-scalyr-{{ checksum "Gemfile.lock" }}

0 commit comments

Comments
 (0)