Skip to content

Commit

Permalink
ci: add bundler 2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiogomez committed May 29, 2024
1 parent 0855282 commit c5075a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
ruby-version: '2.7'
- name: Bundle
run: |
gem install bundler
gem install bundler:2.4.0
bundle install --jobs 4 --retry 3
- name: Lint
run: bundle exec rubocop
Expand Down

0 comments on commit c5075a0

Please sign in to comment.