Skip to content

Commit

Permalink
set the version of ruby gems used by the minitest workflow to 'latest…
Browse files Browse the repository at this point in the history
…s' (#6)

* set the version of ruby gems used by the minitest workflow to latests

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`
```

* fixup! set the version of ruby gems used by the minitest workflow to latests
  • Loading branch information
lauraBaakman authored Oct 13, 2023
1 parent 0bddfe0 commit 42288be
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: 'latest'
- name: Run tests
run: |
rake test

0 comments on commit 42288be

Please sign in to comment.