Skip to content

Commit

Permalink
Use bundler 2.4.22 to fix the build step on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Xavier Penha Neto committed May 26, 2024
1 parent f7c1700 commit 5c358d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Install GEMs
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle config force_ruby_platform true
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit 5c358d2

Please sign in to comment.