Skip to content

Commit e88e993

Browse files
arghh
1 parent 9ad739b commit e88e993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ 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
5959
fi
6060
bundle install
6161

0 commit comments

Comments
 (0)