Skip to content

Commit b794ef0

Browse files
committed
Bump the required version of bundler
Be sure to include recent fixes.
1 parent 6151c6d commit b794ef0

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ commands:
1212
steps:
1313
- checkout
1414
- run:
15-
command: "gem install bundler -v '>=2' --conservative"
16-
no_output_timeout: 20m
15+
name: "Update bundler"
16+
command: |
17+
gem update --system
18+
gem --version
19+
gem install bundler -v '>=2.3.21' --conservative
20+
bundle --version
1721
1822
jobs:
1923
solidus-master:

0 commit comments

Comments
 (0)