Skip to content

Commit

Permalink
Update test-unit requirement from = 3.4.2 to = 3.4.4 (#2334)
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.4.2...3.4.4)

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

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 Jun 4, 2021
1 parent 853b166 commit f3a2653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -44,7 +44,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
test-unit (3.4.2)
test-unit (3.4.4)
power_assert
timecop (0.9.4)
unicode-display_width (2.0.0)
Expand All @@ -60,7 +60,7 @@ DEPENDENCIES
rake (= 13.0.3)
rubocop (= 1.16.0)
simplecov (= 0.17.1, < 0.18)
test-unit (= 3.4.2)
test-unit (= 3.4.4)
timecop (= 0.9.4)
yard (= 0.9.26)

Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Expand Up @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
# Stop upgrading SimpleCov until the following issue will be resolved.
# https://github.com/codeclimate/test-reporter/issues/418
spec.add_development_dependency('simplecov', '0.17.1', '< 0.18')
spec.add_development_dependency('test-unit', '3.4.2')
spec.add_development_dependency('test-unit', '3.4.4')
spec.add_development_dependency('timecop', '0.9.4')
spec.add_development_dependency('yard', '0.9.26')
end

0 comments on commit f3a2653

Please sign in to comment.