diff --git a/Gemfile b/Gemfile index 99d1cd007a..e8e0756dc2 100644 --- a/Gemfile +++ b/Gemfile @@ -198,7 +198,7 @@ group :development do gem 'net-ssh-gateway', '>= 1.1.0', '< 3.0.0' gem 'launchy', '< 2.6.0' gem 'web-console', '>= 3.3.0' - gem 'rubocop', '~> 1.59.0', require: false + gem 'rubocop', '~> 1.60.2', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 2f49837fcf..fa8dd9c85d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -304,6 +304,7 @@ GEM language_server-protocol (3.17.0.3) launchy (2.5.2) addressable (~> 2.8) + libv8-node (18.16.0.0) libv8-node (18.16.0.0-aarch64-linux) libv8-node (18.16.0.0-arm64-darwin) libv8-node (18.16.0.0-x86_64-darwin) @@ -352,6 +353,9 @@ GEM net-ssh-gateway (2.0.0) net-ssh (>= 4.0.0) nio4r (2.5.9) + nokogiri (1.16.0) + mini_portile2 (~> 2.8.2) + racc (~> 1.4) nokogiri (1.16.0-aarch64-linux) racc (~> 1.4) nokogiri (1.16.0-arm64-darwin) @@ -366,7 +370,7 @@ GEM open4 (1.3.4) os (1.1.4) parallel (1.24.0) - parser (3.2.2.4) + parser (3.3.0.5) ast (~> 2.4.1) racc pg (1.5.4) @@ -425,7 +429,7 @@ GEM redis (4.8.1) redlock (1.3.2) redis (>= 3.0.0, < 6.0) - regexp_parser (2.8.3) + regexp_parser (2.9.0) representable (3.2.0) declarative (< 0.1.0) trailblazer-option (>= 0.1.1, < 0.2.0) @@ -460,11 +464,11 @@ GEM rspec-mocks (~> 3.12) rspec-support (~> 3.12) rspec-support (3.12.1) - rubocop (1.59.0) + rubocop (1.60.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) - parser (>= 3.2.2.4) + parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) regexp_parser (>= 1.8, < 3.0) rexml (>= 3.2.5, < 4.0) @@ -568,6 +572,7 @@ GEM PLATFORMS aarch64-linux arm64-darwin + ruby x86_64-darwin x86_64-linux @@ -638,7 +643,7 @@ DEPENDENCIES routing-filter (~> 0.7.0) rspec-activemodel-mocks (~> 1.2.0) rspec-rails (~> 6.1.0) - rubocop (~> 1.59.0) + rubocop (~> 1.60.2) rubocop-performance rubocop-rails ruby-msg (~> 1.5.0)!