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 cc4500a + b98361f commit 04f577eCopy full SHA for 04f577e
.circleci/config.yml
@@ -26,6 +26,10 @@ jobs:
26
# fallback to using the latest cache if no exact match is found
27
- v1-dependencies-
28
29
+ - run:
30
+ name: Get newest bundler
31
+ command: gem install bundler
32
+
33
- run:
34
name: install dependencies
35
command: |
Gemfile.lock
@@ -274,4 +274,4 @@ DEPENDENCIES
274
webpacker (~> 3.5)
275
276
BUNDLED WITH
277
- 1.17.3
+ 2.1.4
0 commit comments