We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 644fb5d commit 9696e05Copy full SHA for 9696e05
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
run: gem update --system 3.2.20
67
68
- name: Install fixed bundler version
69
- run: gem update --system 2.2.20
+ run: gem install bundler:2.2.20
70
71
- name: Install dependencies
72
run: bundle install --jobs=3 --retry=3
0 commit comments