Skip to content

Commit 3f7371e

Browse files
Bump test-unit from 3.6.1 to 3.6.2 (#2906)
Bumps [test-unit](https://github.com/test-unit/test-unit) from 3.6.1 to 3.6.2. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](test-unit/test-unit@3.6.1...3.6.2) --- updated-dependencies: - dependency-name: test-unit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 723e3e7 commit 3f7371e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ gem 'rubocop', '1.60.2'
1313
gem 'rubocop-minitest', '0.34.4'
1414
gem 'rubocop-rake', '0.6.0'
1515
gem 'simplecov', '0.22.0'
16-
gem 'test-unit', '3.6.1'
16+
gem 'test-unit', '3.6.2'
1717
gem 'timecop', '0.9.8'
1818
gem 'yard', '0.9.34'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ GEM
5656
simplecov_json_formatter (~> 0.1)
5757
simplecov-html (0.12.3)
5858
simplecov_json_formatter (0.1.4)
59-
test-unit (3.6.1)
59+
test-unit (3.6.2)
6060
power_assert
6161
timecop (0.9.8)
6262
unicode-display_width (2.5.0)
@@ -76,7 +76,7 @@ DEPENDENCIES
7676
rubocop-minitest (= 0.34.4)
7777
rubocop-rake (= 0.6.0)
7878
simplecov (= 0.22.0)
79-
test-unit (= 3.6.1)
79+
test-unit (= 3.6.2)
8080
timecop (= 0.9.8)
8181
yard (= 0.9.34)
8282

0 commit comments

Comments
 (0)