diff --git a/Gemfile b/Gemfile index 097c07ac4d..7869682ac7 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ gem 'rubocop', '1.73.0' gem 'rubocop-minitest', '0.37.0' gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' -gem 'test-unit', '3.6.7' +gem 'test-unit', '3.6.8' gem 'timecop', '0.9.10' gem 'yard', '0.9.37' diff --git a/Gemfile.lock b/Gemfile.lock index d7df28eba8..b6364dfad7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,7 +58,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.12.3) simplecov_json_formatter (0.1.4) - test-unit (3.6.7) + test-unit (3.6.8) power_assert timecop (0.9.10) unicode-display_width (3.1.4) @@ -80,7 +80,7 @@ DEPENDENCIES rubocop-minitest (= 0.37.0) rubocop-rake (= 0.7.1) simplecov (= 0.22.0) - test-unit (= 3.6.7) + test-unit (= 3.6.8) timecop (= 0.9.10) yard (= 0.9.37)