Skip to content

Commit

Permalink
update rubygems in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ccutrer committed Mar 20, 2024
1 parent 740e986 commit abf66cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
rubygems: latest
bundler: ${{ matrix.bundler-version }}
bundler-cache: true
- name: Run tests
Expand All @@ -44,6 +45,7 @@ jobs:
with:
ruby-version: "3.0"
bundler-cache: true
rubygems: latest
- name: Run RuboCop
run: bin/rubocop
timeout-minutes: 2

0 comments on commit abf66cc

Please sign in to comment.