diff --git a/.ruby-style.yml b/.ruby-style.yml index 08fd1dba83..1ca36320c2 100644 --- a/.ruby-style.yml +++ b/.ruby-style.yml @@ -59,6 +59,9 @@ Bundler/OrderedGems: #################### Gemspec #################### +Gemspec/AddRuntimeDependency: + Enabled: false + Gemspec/DependencyVersion: Enabled: false diff --git a/Gemfile b/Gemfile index a9208a2e0d..3eec357304 100644 --- a/Gemfile +++ b/Gemfile @@ -198,7 +198,7 @@ group :development do gem 'net-ssh-gateway', '>= 1.1.0', '< 3.0.0' gem 'launchy', '< 3.1.0' gem 'web-console', '>= 3.3.0' - gem 'rubocop', '~> 1.64.1', require: false + gem 'rubocop', '~> 1.65.0', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index a8bb7f926b..d5042d90cd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -377,7 +377,7 @@ GEM open4 (1.3.4) os (1.1.4) parallel (1.25.1) - parser (3.3.3.0) + parser (3.3.4.0) ast (~> 2.4.1) racc pg (1.5.6) @@ -444,7 +444,7 @@ GEM request_store (1.5.1) rack (>= 1.4) retriable (3.1.2) - rexml (3.3.0) + rexml (3.3.1) strscan rolify (6.0.1) rotp (6.3.0) @@ -469,13 +469,13 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.64.1) + rubocop (1.65.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) parser (>= 3.3.0.2) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8, < 3.0) + regexp_parser (>= 2.4, < 3.0) rexml (>= 3.2.5, < 4.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (~> 1.7) @@ -649,7 +649,7 @@ DEPENDENCIES rolify (~> 6.0.1) rspec-activemodel-mocks (~> 1.2.0) rspec-rails (~> 6.1.2) - rubocop (~> 1.64.1) + rubocop (~> 1.65.0) rubocop-performance rubocop-rails ruby-msg (~> 1.5.0)!