Skip to content

Commit 9fc6c54

Browse files
Bump test-unit from 3.7.0 to 3.7.1
Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.7.0 to 3.7.1. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](test-unit/test-unit@3.7.0...3.7.1) --- updated-dependencies: - dependency-name: test-unit dependency-version: 3.7.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0fe0b21 commit 9fc6c54

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ gem 'rubocop', '1.75.4'
1313
gem 'rubocop-minitest', '0.38.1'
1414
gem 'rubocop-rake', '0.7.1'
1515
gem 'simplecov', '0.22.0'
16-
gem 'test-unit', '3.7.0'
16+
gem 'test-unit', '3.7.1'
1717
gem 'timecop', '0.9.10'
1818
gem 'yard', '0.9.37'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ GEM
2323
parser (3.3.8.0)
2424
ast (~> 2.4.1)
2525
racc
26-
power_assert (2.0.5)
26+
power_assert (3.0.0)
2727
prism (1.4.0)
2828
pry (0.15.2)
2929
coderay (~> 1.1)
@@ -60,7 +60,7 @@ GEM
6060
simplecov_json_formatter (~> 0.1)
6161
simplecov-html (0.13.1)
6262
simplecov_json_formatter (0.1.4)
63-
test-unit (3.7.0)
63+
test-unit (3.7.1)
6464
power_assert
6565
timecop (0.9.10)
6666
unicode-display_width (3.1.4)
@@ -82,7 +82,7 @@ DEPENDENCIES
8282
rubocop-minitest (= 0.38.1)
8383
rubocop-rake (= 0.7.1)
8484
simplecov (= 0.22.0)
85-
test-unit (= 3.7.0)
85+
test-unit (= 3.7.1)
8686
timecop (= 0.9.10)
8787
yard (= 0.9.37)
8888

0 commit comments

Comments
 (0)