Skip to content

Commit ab7a212

Browse files
committed
ci: use specific version of bundler
Signed-off-by: Kentaro Hayashi <hayashi@clear-code.com>
1 parent 9d01559 commit ab7a212

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
env:
2929
CI: true
3030
run: |
31+
gem install bundler -v 2.4.22
3132
gem install rake
32-
bundle install --jobs 4 --retry 3
33+
bundle _2.4.22_ install --jobs 4 --retry 3
3334
bundle exec rake test

0 commit comments

Comments
 (0)