diff --git a/Gemfile b/Gemfile index 363ba65..d72d771 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,7 @@ end group :development do gem 'annotate', '~> 3.2' - gem 'rubocop-minitest', '~> 0.32.0' + gem 'rubocop-minitest', '~> 0.32.2' gem 'rubocop-rails', '~> 2.21' gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index 5d509fa..9222292 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM reline (0.3.3) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.56.3) + rubocop (1.56.4) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -244,7 +244,7 @@ GEM unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.29.0) parser (>= 3.2.1.0) - rubocop-minitest (0.32.0) + rubocop-minitest (0.32.2) rubocop (>= 1.39, < 2.0) rubocop-rails (2.21.1) activesupport (>= 4.2.0) @@ -312,7 +312,7 @@ DEPENDENCIES puma (~> 6.4) rack-cors rails (~> 7.0.8) - rubocop-minitest (~> 0.32.0) + rubocop-minitest (~> 0.32.2) rubocop-rails (~> 2.21) rugged selenium-webdriver