Skip to content

Commit

Permalink
Update test-unit requirement from = 3.5.9 to = 3.6.1 (#2788)
Browse files Browse the repository at this point in the history
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 9, 2023
1 parent 6b67dbb commit e689abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ gem 'rubocop', '1.54.1'
gem 'rubocop-minitest', '0.31.0'
gem 'rubocop-rake', '0.6.0'
gem 'simplecov', '0.22.0'
gem 'test-unit', '3.5.9'
gem 'test-unit', '3.6.1'
gem 'timecop', '0.9.6'
gem 'yard', '0.9.34'
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
test-unit (3.5.9)
test-unit (3.6.1)
power_assert
timecop (0.9.6)
unicode-display_width (2.4.2)
Expand All @@ -72,7 +72,7 @@ DEPENDENCIES
rubocop-minitest (= 0.31.0)
rubocop-rake (= 0.6.0)
simplecov (= 0.22.0)
test-unit (= 3.5.9)
test-unit (= 3.6.1)
timecop (= 0.9.6)
yard (= 0.9.34)

Expand Down

0 comments on commit e689abb

Please sign in to comment.