Skip to content

Commit

Permalink
Update test-unit requirement from = 3.3.8 to = 3.4.0 (#2251)
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.3.8...3.4.0)

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

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
  • Loading branch information
dependabot-preview[bot] committed Feb 28, 2021
1 parent 1469c81 commit a90631e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Expand Up @@ -19,7 +19,7 @@ GEM
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
power_assert (1.2.0)
power_assert (2.0.0)
pry (0.14.0)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -44,7 +44,7 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
test-unit (3.3.8)
test-unit (3.4.0)
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.10.0)
simplecov (= 0.17.1)
test-unit (= 3.3.8)
test-unit (= 3.4.0)
timecop (= 0.9.4)
yard (= 0.9.26)

Expand Down
2 changes: 1 addition & 1 deletion faker.gemspec
Expand Up @@ -34,7 +34,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency('rake', '13.0.3')
spec.add_development_dependency('rubocop', '1.10.0')
spec.add_development_dependency('simplecov', '0.17.1')
spec.add_development_dependency('test-unit', '3.3.8')
spec.add_development_dependency('test-unit', '3.4.0')
spec.add_development_dependency('timecop', '0.9.4')
spec.add_development_dependency('yard', '0.9.26')
end

0 comments on commit a90631e

Please sign in to comment.