We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73a2116 + efc75f8 commit 2cda976Copy full SHA for 2cda976
.github/workflows/coverage.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
ruby-version: '3.0'
13
- name: Install dependencies
14
- run: gem install minitest
+ run: gem install minitest -v "5.15.0"
15
- name: Run test
16
env:
17
COVERALLS: "yes"
.github/workflows/test.yml
@@ -22,6 +22,6 @@ jobs:
22
23
ruby-version: ${{ matrix.ruby }}
24
25
26
27
run: ruby -Ilib exe/rake
Gemfile
@@ -4,7 +4,7 @@ gemspec
4
5
group :development do
6
gem "bundler"
7
- gem "minitest"
+ gem "minitest", "5.15.0"
8
gem "coveralls"
9
gem "rubocop", "~> 1.12.1"
10
end
0 commit comments