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