Skip to content

Commit

Permalink
Pin bundler in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Jan 18, 2024
1 parent 998b75f commit 83d2ad9
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 @@ -23,7 +23,7 @@ jobs:
ruby-version: 2.7
- name: Setup
run: |
gem install bundler
gem install bundler -v 2.4.22
bundle install --jobs=3 --retry=3
- name: Run rubocop
run: bundle exec rubocop
Expand Down

0 comments on commit 83d2ad9

Please sign in to comment.