Skip to content

Commit aa31845

Browse files
Update test-unit requirement from = 3.4.0 to = 3.4.1 (faker-ruby#2303)
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.0...3.4.1) Signed-off-by: dependabot-preview[bot] <[email protected]> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 1fb9076 commit aa31845

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ GEM
4444
json (>= 1.8, < 3)
4545
simplecov-html (~> 0.10.0)
4646
simplecov-html (0.10.2)
47-
test-unit (3.4.0)
47+
test-unit (3.4.1)
4848
power_assert
4949
timecop (0.9.4)
5050
unicode-display_width (2.0.0)
@@ -60,7 +60,7 @@ DEPENDENCIES
6060
rake (= 13.0.3)
6161
rubocop (= 1.13.0)
6262
simplecov (= 0.17.1, < 0.18)
63-
test-unit (= 3.4.0)
63+
test-unit (= 3.4.1)
6464
timecop (= 0.9.4)
6565
yard (= 0.9.26)
6666

faker.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
3737
# Stop upgrading SimpleCov until the following issue will be resolved.
3838
# https://github.com/codeclimate/test-reporter/issues/418
3939
spec.add_development_dependency('simplecov', '0.17.1', '< 0.18')
40-
spec.add_development_dependency('test-unit', '3.4.0')
40+
spec.add_development_dependency('test-unit', '3.4.1')
4141
spec.add_development_dependency('timecop', '0.9.4')
4242
spec.add_development_dependency('yard', '0.9.26')
4343
end

0 commit comments

Comments
 (0)