From 3214265cd5b312fa28cb667b2e6b09781baeb644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 04:39:43 +0000 Subject: [PATCH] Build(deps-dev): Bump rubocop from 1.70.0 to 1.71.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.70.0 to 1.71.1. - [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.70.0...v1.71.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .ruby-style.yml | 6 ++++++ Gemfile | 2 +- Gemfile.lock | 10 +++++----- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.ruby-style.yml b/.ruby-style.yml index 9150a40349..478f45be77 100644 --- a/.ruby-style.yml +++ b/.ruby-style.yml @@ -428,6 +428,9 @@ Lint/AmbiguousRange: Lint/AmbiguousRegexpLiteral: Enabled: true +Lint/ArrayLiteralInRegexp: + Enabled: false + Lint/AssignmentInCondition: Enabled: true @@ -1807,6 +1810,9 @@ Style/HashExcept: Style/HashLikeCase: Enabled: false +Style/HashSlice: + Enabled: false + Style/HashSyntax: Enabled: true EnforcedStyle: ruby19_no_mixed_keys diff --git a/Gemfile b/Gemfile index e2857c28a4..661e6841df 100644 --- a/Gemfile +++ b/Gemfile @@ -207,7 +207,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.70.0', require: false + gem 'rubocop', '~> 1.71.1', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index 9e6a1181ea..540e1979db 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,7 +317,7 @@ GEM json (2.9.1) jwt (2.9.3) base64 - language_server-protocol (3.17.0.3) + language_server-protocol (3.17.0.4) launchy (3.0.1) addressable (~> 2.8) childprocess (~> 5.0) @@ -498,17 +498,17 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.70.0) + rubocop (1.71.1) 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 (>= 2.9.3, < 3.0) - rubocop-ast (>= 1.36.2, < 2.0) + rubocop-ast (>= 1.38.0, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 4.0) - rubocop-ast (1.37.0) + rubocop-ast (1.38.0) parser (>= 3.3.1.0) rubocop-performance (1.23.1) rubocop (>= 1.48.1, < 2.0) @@ -699,7 +699,7 @@ DEPENDENCIES rolify (~> 6.0.1) rspec-activemodel-mocks (~> 1.2.1) rspec-rails (~> 7.1.0) - rubocop (~> 1.70.0) + rubocop (~> 1.71.1) rubocop-performance rubocop-rails ruby-msg (~> 1.5.0)!