Skip to content

Commit 42a52af

Browse files
arghh
1 parent 9ad739b commit 42a52af

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,11 @@ jobs:
5555
- name: Install dependencies
5656
run: |
5757
if [[ "${{ matrix.ruby }}" < "3.1" ]]; then
58-
bundle update --bundler -v 2.4.22
58+
gem install bundler:2.4.22
59+
bundle _2.4.22_ install
60+
else
61+
bundle install
5962
fi
60-
bundle install
6163
6264
- name: Run tests
6365
run: bundle exec rake test

0 commit comments

Comments
 (0)