diff --git a/Gemfile b/Gemfile index b3edbb74..8b58223b 100644 --- a/Gemfile +++ b/Gemfile @@ -61,7 +61,7 @@ group :test do end group :linter do - gem 'rubocop', '~> 1.56.4' + gem 'rubocop', '~> 1.57.1' gem 'rubocop-rails', '~> 2.21.2' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-capybara', '~> 2.19.0' diff --git a/Gemfile.lock b/Gemfile.lock index bbac83c6..eed6efc3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -250,7 +250,7 @@ GEM sawyer (~> 0.9) optimist (3.1.0) parallel (1.23.0) - parser (3.2.2.3) + parser (3.2.2.4) ast (~> 2.4.1) racc popper_js (1.16.1) @@ -331,7 +331,7 @@ GEM redis-client (>= 0.9.0) redis-client (0.17.0) connection_pool - regexp_parser (2.8.1) + regexp_parser (2.8.2) rexml (3.2.6) rspec-core (3.12.2) rspec-support (~> 3.12.0) @@ -339,12 +339,12 @@ GEM actionpack (>= 5.2.0) rspec-core rspec-support (3.12.1) - rubocop (1.56.4) + rubocop (1.57.1) base64 (~> 0.1.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.3) + parser (>= 3.2.2.4) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -478,7 +478,7 @@ DEPENDENCIES rails (~> 7.0.0) redis (~> 5.0) rspec-openapi - rubocop (~> 1.56.4) + rubocop (~> 1.57.1) rubocop-capybara (~> 2.19.0) rubocop-performance (~> 1.19.0) rubocop-rails (~> 2.21.2)