Skip to content

Commit

Permalink
Update test-unit requirement from = 3.5.6 to = 3.5.7 (#2659)
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.6...3.5.7)

---
updated-dependencies:
- dependency-name: test-unit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Dec 18, 2022
1 parent 1cad1c4 commit 7df22a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ GEM
simplecov_json_formatter (~> 0.1)
simplecov-html (0.12.3)
simplecov_json_formatter (0.1.4)
test-unit (3.5.6)
test-unit (3.5.7)
power_assert
timecop (0.9.6)
unicode-display_width (2.3.0)
Expand All @@ -70,7 +70,7 @@ DEPENDENCIES
rubocop-minitest (= 0.25.0)
rubocop-rake (= 0.6.0)
simplecov (= 0.21.2)
test-unit (= 3.5.6)
test-unit (= 3.5.7)
timecop (= 0.9.6)
yard (= 0.9.27)

Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('rubocop-minitest', '0.25.0')
spec.add_development_dependency('rubocop-rake', '0.6.0')
spec.add_development_dependency('simplecov', '0.21.2')
spec.add_development_dependency('test-unit', '3.5.6')
spec.add_development_dependency('test-unit', '3.5.7')
spec.add_development_dependency('timecop', '0.9.6')
spec.add_development_dependency('yard', '0.9.27')
end

0 comments on commit 7df22a4

Please sign in to comment.