diff --git a/Gemfile b/Gemfile index f5d8727a66..07335881fc 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,6 @@ gem 'rubocop', '1.54.1' gem 'rubocop-minitest', '0.31.0' gem 'rubocop-rake', '0.6.0' gem 'simplecov', '0.22.0' -gem 'test-unit', '3.5.9' +gem 'test-unit', '3.6.1' gem 'timecop', '0.9.6' gem 'yard', '0.9.34' diff --git a/Gemfile.lock b/Gemfile.lock index ee5df95c9c..b16bfcd3df 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -54,7 +54,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - test-unit (3.5.9) + test-unit (3.6.1) power_assert timecop (0.9.6) unicode-display_width (2.4.2) @@ -72,7 +72,7 @@ DEPENDENCIES rubocop-minitest (= 0.31.0) rubocop-rake (= 0.6.0) simplecov (= 0.22.0) - test-unit (= 3.5.9) + test-unit (= 3.6.1) timecop (= 0.9.6) yard (= 0.9.34)