Skip to content

Commit

Permalink
Use latest rubygems in all the workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Jan 30, 2023
1 parent 9698b85 commit 9b3ff41
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Validate Development Environment
- name: bin/setup
run: bin/rails db:test:prepare
- name: bin/setup
- name: bin/rspec
run: bin/rspec

test:
Expand Down Expand Up @@ -134,6 +134,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
bundler-cache: true
rubygems: latest
- name: Cache Appraisal gems
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 9b3ff41

Please sign in to comment.