Skip to content

Commit

Permalink
Cap bundler in deploy workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
BGMP committed Jan 11, 2024
1 parent d378b14 commit 31d15df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
ruby-version: 2.7.3
- name: Bundle gems
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle install --jobs 4 --retry 3
- name: Run Rake tasks
run: |
Expand Down

0 comments on commit 31d15df

Please sign in to comment.