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 21, 2024
1 parent 67ba8e3 commit 8caec1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 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 @@ -37,13 +38,16 @@ jobs:
lint:
runs-on: ubuntu-latest

env:
BUNDLE_LOCKFILE: active
steps:
- uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.0"
bundler-cache: true
rubygems: latest
- name: Run RuboCop
run: bin/rubocop
timeout-minutes: 2

0 comments on commit 8caec1c

Please sign in to comment.