Skip to content

Commit

Permalink
[CI] Lock bundler to v 2.4.22, since Ruby old :(
Browse files Browse the repository at this point in the history
  • Loading branch information
picandocodigo committed Sep 5, 2024
1 parent 3db52f5 commit a88b5ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/7x_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Bundle
run: |
sudo apt-get install libsqlite3-dev
gem install bundler
gem install bundler -v 2.4.22
bundle install
bundle exec rake bundle:clean
bundle exec rake bundle:install
Expand Down

0 comments on commit a88b5ff

Please sign in to comment.