Skip to content

Commit

Permalink
ci: don't specifically install the latest version of bundler (#46)
Browse files Browse the repository at this point in the history
Follow up to #35
  • Loading branch information
G-Rath authored Aug 22, 2024
1 parent 2fa127f commit 28ca978
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ jobs:
ruby-version: '2.7'
- name: Build and test with Rake
run: |
gem install bundler
bundle install --jobs 4 --retry 3
bundle exec rake

0 comments on commit 28ca978

Please sign in to comment.