Skip to content

Commit

Permalink
Install bundler supporting ruby 2.7.x
Browse files Browse the repository at this point in the history
  • Loading branch information
grodowski committed Jan 8, 2024
1 parent aa78fb0 commit 4cfbdf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Build and test with Rake
run: |
gem install bundler undercover --no-doc
gem install bundler -v 2.4.22
gem install undercover --no-doc
bundle install --jobs 4 --retry 3
bundle exec rake
- name: undercover (local)
Expand Down

0 comments on commit 4cfbdf2

Please sign in to comment.