Skip to content

Commit

Permalink
Fix Github workflow with fixed Bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
MacTwister committed Dec 19, 2023
1 parent 6b5ba5c commit 9a038c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Bundle
run: |
pwd
gem install bundler
gem install bundler -v 2.4.20
bundle config path vendor/bundle
bundle install --jobs 4 --retry 3
Expand Down

0 comments on commit 9a038c4

Please sign in to comment.