Skip to content

Commit

Permalink
ci: Use bundler 2.4.22
Browse files Browse the repository at this point in the history
The last version of bundle to support ruby 2.7.4 is 2.4.22
  • Loading branch information
achow101 committed Apr 16, 2024
1 parent dc43456 commit 0c10f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
task:
name: Bundler build

bootstrap_script: gem install bundler
bootstrap_script: gem install bundler -v 2.4.22
bundler_cache:
folder: /usr/local/bundle
fingerprint_script:
Expand Down

0 comments on commit 0c10f28

Please sign in to comment.