Skip to content

Commit

Permalink
Merge pull request ruby#442 from ruby/lock-minitest
Browse files Browse the repository at this point in the history
Lock minitest-5.15.0 for Ruby 2.2
  • Loading branch information
hsbt authored Jul 19, 2022
2 parents 73a2116 + efc75f8 commit 2cda976
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
with:
ruby-version: '3.0'
- name: Install dependencies
run: gem install minitest
run: gem install minitest -v "5.15.0"
- 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 @@ -22,6 +22,6 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
- name: Install dependencies
run: gem install minitest
run: gem install minitest -v "5.15.0"
- name: Run test
run: ruby -Ilib exe/rake
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ gemspec

group :development do
gem "bundler"
gem "minitest"
gem "minitest", "5.15.0"
gem "coveralls"
gem "rubocop", "~> 1.12.1"
end

0 comments on commit 2cda976

Please sign in to comment.