We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad739b commit e88e993Copy full SHA for e88e993
.github/workflows/ruby.yml
@@ -55,7 +55,7 @@ jobs:
55
- name: Install dependencies
56
run: |
57
if [[ "${{ matrix.ruby }}" < "3.1" ]]; then
58
- bundle update --bundler -v 2.4.22
+ gem install bundler:2.4.22
59
fi
60
bundle install
61
0 commit comments