From 1b7a0f2eab7b11930f96e80271cb86952c95b321 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 04:25:19 +0000 Subject: [PATCH] Build(deps-dev): Bump rubocop from 1.62.1 to 1.63.1 Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.62.1 to 1.63.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.62.1...v1.63.1) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .ruby-style.yml | 3 +++ Gemfile | 2 +- Gemfile.lock | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.ruby-style.yml b/.ruby-style.yml index edf54f3e8b..19888f745a 100644 --- a/.ruby-style.yml +++ b/.ruby-style.yml @@ -1813,6 +1813,9 @@ Style/MagicCommentFormat: Style/MapCompactWithConditionalBlock: Enabled: false +Style/MapIntoArray: + Enabled: false + Style/MapToHash: Enabled: false diff --git a/Gemfile b/Gemfile index bf86849e12..94104959d3 100644 --- a/Gemfile +++ b/Gemfile @@ -197,7 +197,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.62.1', require: false + gem 'rubocop', '~> 1.63.1', require: false gem 'rubocop-performance', require: false gem 'rubocop-rails', require: false end diff --git a/Gemfile.lock b/Gemfile.lock index a71174e4e6..dc4bc6cf1f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -467,7 +467,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.1) - rubocop (1.62.1) + rubocop (1.63.1) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -645,7 +645,7 @@ DEPENDENCIES rolify (~> 6.0.1) rspec-activemodel-mocks (~> 1.2.0) rspec-rails (~> 6.1.2) - rubocop (~> 1.62.1) + rubocop (~> 1.63.1) rubocop-performance rubocop-rails ruby-msg (~> 1.5.0)!