File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44
44
json (>= 1.8 , < 3 )
45
45
simplecov-html (~> 0.10.0 )
46
46
simplecov-html (0.10.2 )
47
- test-unit (3.4.0 )
47
+ test-unit (3.4.1 )
48
48
power_assert
49
49
timecop (0.9.4 )
50
50
unicode-display_width (2.0.0 )
@@ -60,7 +60,7 @@ DEPENDENCIES
60
60
rake (= 13.0.3 )
61
61
rubocop (= 1.13.0 )
62
62
simplecov (= 0.17.1 , < 0.18 )
63
- test-unit (= 3.4.0 )
63
+ test-unit (= 3.4.1 )
64
64
timecop (= 0.9.4 )
65
65
yard (= 0.9.26 )
66
66
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Gem::Specification.new do |spec|
37
37
# Stop upgrading SimpleCov until the following issue will be resolved.
38
38
# https://github.com/codeclimate/test-reporter/issues/418
39
39
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 ' )
41
41
spec . add_development_dependency ( 'timecop' , '0.9.4' )
42
42
spec . add_development_dependency ( 'yard' , '0.9.26' )
43
43
end
You can’t perform that action at this time.
0 commit comments