From 08ca693922afd50ac99c18cf6971e9c467594e34 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 04:45:23 +0000 Subject: [PATCH] Build(deps-dev): Bump rubocop from 1.67.0 to 1.68.0 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.67.0 to 1.68.0. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.67.0...v1.68.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .ruby-style.yml | 18 ++++++++++++++++++ Gemfile | 2 +- Gemfile.lock | 8 ++++---- 3 files changed, 23 insertions(+), 5 deletions(-) diff --git a/.ruby-style.yml b/.ruby-style.yml index ebc503371c..d0489820c2 100644 --- a/.ruby-style.yml +++ b/.ruby-style.yml @@ -770,6 +770,9 @@ Lint/TripleQuotes: Lint/UnderscorePrefixedVariableName: Enabled: true +Lint/UnescapedBracketInRegexp: + Enabled: false + Lint/UnexpectedBlockArity: Enabled: false @@ -1507,6 +1510,9 @@ Style/AccessorGrouping: Style/Alias: Enabled: true +Style/AmbiguousEndlessMethodDefinition: + Enabled: false + Style/AndOr: Enabled: true @@ -1543,6 +1549,9 @@ Style/BeginBlock: Style/BisectedAttrAccessor: Enabled: false +Style/BitwisePredicate: + Enabled: false + Style/BlockComments: Enabled: true @@ -1590,6 +1599,9 @@ Style/ColonMethodCall: Style/ColonMethodDefinition: Enabled: false +Style/CombinableDefined: + Enabled: false + Style/CombinableLoops: Enabled: false @@ -1814,6 +1826,9 @@ Style/InvertibleUnlessCondition: Style/IpAddresses: Enabled: false +Style/KeywordArgumentsMerging: + Enabled: false + Style/KeywordParametersOrder: Enabled: false @@ -2136,6 +2151,9 @@ Style/ReturnNilInPredicateMethodDefinition: Style/SafeNavigation: Enabled: false +Style/SafeNavigationChainLength: + Enabled: false + Style/Sample: Enabled: false diff --git a/Gemfile b/Gemfile index 80779b2ae2..bf2745163a 100644 --- a/Gemfile +++ b/Gemfile @@ -202,7 +202,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.67.0', require: false + gem 'rubocop', '~> 1.68.0', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 164980537f..936e595b4b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -375,7 +375,7 @@ GEM os (1.1.4) ostruct (0.6.0) parallel (1.26.3) - parser (3.3.5.0) + parser (3.3.5.1) ast (~> 2.4.1) racc pg (1.5.8) @@ -468,7 +468,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.67.0) + rubocop (1.68.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -478,7 +478,7 @@ GEM rubocop-ast (>= 1.32.2, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.32.3) + rubocop-ast (1.33.1) parser (>= 3.3.1.0) rubocop-performance (1.22.1) rubocop (>= 1.48.1, < 2.0) @@ -653,7 +653,7 @@ DEPENDENCIES rolify (~> 6.0.1) rspec-activemodel-mocks (~> 1.2.1) rspec-rails (~> 7.0.1) - rubocop (~> 1.67.0) + rubocop (~> 1.68.0) rubocop-performance rubocop-rails ruby-msg (~> 1.5.0)!