diff --git a/Gemfile b/Gemfile index 1e30ee3c89..45090dc7bd 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,6 @@ gem 'rubocop', '1.75.4' gem 'rubocop-minitest', '0.38.1' gem 'rubocop-rake', '0.7.1' gem 'simplecov', '0.22.0' -gem 'test-unit', '3.7.0' +gem 'test-unit', '3.7.1' gem 'timecop', '0.9.10' gem 'yard', '0.9.37' diff --git a/Gemfile.lock b/Gemfile.lock index 180f526723..63ba8a1f0d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -60,7 +60,7 @@ GEM simplecov_json_formatter (~> 0.1) simplecov-html (0.13.2) simplecov_json_formatter (0.1.4) - test-unit (3.7.0) + test-unit (3.7.1) power_assert timecop (0.9.10) unicode-display_width (3.2.0) @@ -82,7 +82,7 @@ DEPENDENCIES rubocop-minitest (= 0.38.1) rubocop-rake (= 0.7.1) simplecov (= 0.22.0) - test-unit (= 3.7.0) + test-unit (= 3.7.1) timecop (= 0.9.10) yard (= 0.9.37)