We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f546034 + 4e41ffc commit 3fdbe9cCopy full SHA for 3fdbe9c
.circleci/config.yml
@@ -18,7 +18,10 @@ commands:
18
- run:
19
name: bundle install
20
command: |
21
- bundle install --jobs=4 --path vendor/bundle --retry 4 --without development --clean
+ bundle config set --local path vendor/bundle
22
+ bundle config set --local without development
23
+ bundle config set --local clean 'true'
24
+ bundle install --jobs=4 --retry 4
25
26
27
name: restore-bundled-with
Gemfile.lock
@@ -69,7 +69,7 @@ GEM
69
multi_xml
70
tzinfo (2.0.6)
71
concurrent-ruby (~> 1.0)
72
- uri (1.0.3)
+ uri (1.0.4)
73
webrick (1.9.1)
74
webrobots (0.1.2)
75
0 commit comments