Skip to content

Commit

Permalink
Ensure latest rubygems version is used
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-hill committed Sep 27, 2023
1 parent 1a7fed9 commit 63db746
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
bundler: '2.4.19'
rubygems: latest
bundler-cache: true
- run: bundle exec rake spec
- run: bundle exec rubocop
Expand Down

0 comments on commit 63db746

Please sign in to comment.