diff --git a/Gemfile b/Gemfile index 100c456e..f0d92507 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.33.0' + gem 'rubocop-minitest', '~> 0.34.1' gem 'rubocop-rails', '~> 2.23' end diff --git a/Gemfile.lock b/Gemfile.lock index c9e33810..ee84ca94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM irb (1.10.1) rdoc reline (>= 0.3.8) - json (2.6.3) + json (2.7.1) jsonapi-renderer (0.2.2) language_server-protocol (3.17.0.3) loofah (2.22.0) @@ -172,7 +172,7 @@ GEM nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) - parallel (1.23.0) + parallel (1.24.0) parser (3.2.2.4) ast (~> 2.4.1) racc @@ -228,11 +228,11 @@ GEM rake (13.1.0) rdoc (6.6.2) psych (>= 4.0.0) - regexp_parser (2.8.2) + regexp_parser (2.8.3) reline (0.4.1) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.57.2) + rubocop (1.59.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -240,15 +240,16 @@ GEM rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) - rubocop-ast (>= 1.28.1, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-minitest (0.33.0) + rubocop-minitest (0.34.1) rubocop (>= 1.39, < 2.0) + rubocop-ast (>= 1.30.0, < 2.0) rubocop-rails (2.23.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -300,7 +301,7 @@ DEPENDENCIES rack-cors (~> 2.0) rails (~> 7.1) rubocop-factory_bot (~> 2.24) - rubocop-minitest (~> 0.33.0) + rubocop-minitest (~> 0.34.1) rubocop-rails (~> 2.23) simplecov (~> 0.21) tzinfo-data