Skip to content

Commit e861604

Browse files
Update test-unit requirement from = 3.5.9 to = 3.6.1
Updates the requirements on [test-unit](https://github.com/test-unit/test-unit) to permit the latest version. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](test-unit/test-unit@3.5.9...3.6.1) --- updated-dependencies: - dependency-name: test-unit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9ee707d commit e861604

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
@@ -12,6 +12,6 @@ gem 'rubocop', '1.54.1'
1212
gem 'rubocop-minitest', '0.31.0'
1313
gem 'rubocop-rake', '0.6.0'
1414
gem 'simplecov', '0.22.0'
15-
gem 'test-unit', '3.5.9'
15+
gem 'test-unit', '3.6.1'
1616
gem 'timecop', '0.9.6'
1717
gem 'yard', '0.9.34'

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ GEM
5454
simplecov_json_formatter (~> 0.1)
5555
simplecov-html (0.12.3)
5656
simplecov_json_formatter (0.1.4)
57-
test-unit (3.5.9)
57+
test-unit (3.6.1)
5858
power_assert
5959
timecop (0.9.6)
6060
unicode-display_width (2.4.2)
@@ -72,7 +72,7 @@ DEPENDENCIES
7272
rubocop-minitest (= 0.31.0)
7373
rubocop-rake (= 0.6.0)
7474
simplecov (= 0.22.0)
75-
test-unit (= 3.5.9)
75+
test-unit (= 3.6.1)
7676
timecop (= 0.9.6)
7777
yard (= 0.9.34)
7878

0 commit comments

Comments
 (0)