Skip to content

Commit

Permalink
set the version of ruby gems used by the minitest workflow to latests
Browse files Browse the repository at this point in the history
This resolves the following deprecating warning:
```
Your RubyGems version (3.0.3.1) has a bug that prevents `required_ruby_version` from working for Bundler. Any scripts that use `gem install bundler` will break as soon as Bundler drops support for your Ruby version. Please upgrade RubyGems to avoid future breakage and silence this warning by running `gem update --system 3.2.3`
```
  • Loading branch information
lauraBaakman committed Oct 13, 2023
1 parent 8776505 commit 5f3bb3c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/minitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
ruby-version: '2.6'
rubygems: 'latests'
- name: Run tests
run: |
rake test

0 comments on commit 5f3bb3c

Please sign in to comment.