Skip to content

Commit

Permalink
Revert "Merge pull request ruby#442 from ruby/lock-minitest"
Browse files Browse the repository at this point in the history
This reverts commit 2cda976, reversing
changes made to 73a2116.

Reason: The `minitest` gem was locked for Ruby 2.2 by ruby#442, but support
for Ruby 2.2 is dropped by ruby#492. So there is no need to lock `minitest` now.
  • Loading branch information
y-yagi committed Oct 31, 2023
1 parent 86fc546 commit 0d2bee9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
ruby-version: '3.0'
- name: Install dependencies
run: gem install minitest -v "5.15.0"
run: gem install minitest
- name: Run test
env:
COVERALLS: "yes"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: gem install minitest -v "5.15.0"
run: gem install minitest
- name: Run test
run: ruby -Ilib exe/rake

0 comments on commit 0d2bee9

Please sign in to comment.