diff --git a/Gemfile b/Gemfile index f0d92507..469b51ff 100644 --- a/Gemfile +++ b/Gemfile @@ -50,6 +50,6 @@ end group :development do gem 'annotate', '~> 3.2' # Remove workaround in lib/tasks/annotate.rb when https://github.com/ctran/annotate_models/issues/696 is fixed gem 'rubocop-factory_bot', '~> 2.24' - gem 'rubocop-minitest', '~> 0.34.1' + gem 'rubocop-minitest', '~> 0.34.2' gem 'rubocop-rails', '~> 2.23' end diff --git a/Gemfile.lock b/Gemfile.lock index 4067c9e6..3b7ae7bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM parser (>= 3.2.1.0) rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-minitest (0.34.1) + rubocop-minitest (0.34.2) rubocop (>= 1.39, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) rubocop-rails (2.23.0) @@ -301,7 +301,7 @@ DEPENDENCIES rack-cors (~> 2.0) rails (~> 7.1) rubocop-factory_bot (~> 2.24) - rubocop-minitest (~> 0.34.1) + rubocop-minitest (~> 0.34.2) rubocop-rails (~> 2.23) simplecov (~> 0.21) tzinfo-data