Update the version of RubyGems in the actions.

This commit is contained in:
Robert Haines 2025-01-04 16:37:02 +00:00
parent 7412338c2e
commit b3186d7ad1
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
rubygems: '3.2.3'
rubygems: '3.5.23'
bundler-cache: true
- name: Run the tests