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.
1 parent 6151c6d commit b794ef0Copy full SHA for b794ef0
1 file changed
.circleci/config.yml
@@ -12,8 +12,12 @@ commands:
12
steps:
13
- checkout
14
- run:
15
- command: "gem install bundler -v '>=2' --conservative"
16
- no_output_timeout: 20m
+ name: "Update bundler"
+ command: |
17
+ gem update --system
18
+ gem --version
19
+ gem install bundler -v '>=2.3.21' --conservative
20
+ bundle --version
21
22
jobs:
23
solidus-master:
0 commit comments