We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents da2ab4a + 93f9753 commit 2666c29Copy full SHA for 2666c29
.circleci/config.yml
@@ -7,7 +7,9 @@ jobs: # a collection of steps
7
- checkout
8
- run:
9
name: Install bundler specified in Gemfile.lock
10
- command: gem install bundler
+ command: |
11
+ gem update --system
12
+ gem install bundler -v "$(grep -A 1 "BUNDLED WITH" Gemfile.lock | tail -n 1)"
13
- restore_cache:
14
keys:
15
- logstash-output-scalyr-{{ checksum "Gemfile.lock" }}
0 commit comments