Skip to content

Commit

Permalink
Use latest supported rubygems in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
epistrephein committed Dec 19, 2024
1 parent 49a7fe0 commit d08f188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
rubygems: latest
rubygems: 3.5.23
bundler-cache: true
- name: Run RSpec
run: bundle exec rake spec
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
rubygems: latest
rubygems: 3.5.23
bundler-cache: true
- name: Run RSpec
run: bundle exec rake spec
Expand Down

0 comments on commit d08f188

Please sign in to comment.