Skip to content

Commit ec84b04

Browse files
committed
[CI] Lock bundler to v 2.4.22, since Ruby old :(
1 parent 100d807 commit ec84b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/7x_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Bundle
3737
run: |
3838
sudo apt-get install libsqlite3-dev
39-
gem install bundler
39+
gem install bundler -v 2.4.22
4040
bundle install
4141
bundle exec rake bundle:clean
4242
bundle exec rake bundle:install

0 commit comments

Comments
 (0)