From b7ea50582436db977ee2789daee95bb2dc756455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 05:00:00 +0000 Subject: [PATCH] Build(deps-dev): Bump rubocop-rails from 2.21.2 to 2.22.1 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.21.2 to 2.22.1. - [Release notes](https://github.com/rubocop/rubocop-rails/releases) - [Changelog](https://github.com/rubocop/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rails/compare/v2.21.2...v2.22.1) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .ruby-style.yml | 3 +++ Gemfile.lock | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.ruby-style.yml b/.ruby-style.yml index bef28240f3..358c53b0e0 100644 --- a/.ruby-style.yml +++ b/.ruby-style.yml @@ -1175,6 +1175,9 @@ Rails/EnumHash: Rails/EnumUniqueness: Enabled: false +Rails/EnvLocal: + Enabled: false + Rails/EnvironmentComparison: Enabled: false diff --git a/Gemfile.lock b/Gemfile.lock index 3653f5bee9..72bf305c07 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -466,12 +466,12 @@ GEM rubocop-ast (>= 1.28.1, < 2.0) ruby-progressbar (~> 1.7) unicode-display_width (>= 2.4.0, < 3.0) - rubocop-ast (1.29.0) + rubocop-ast (1.30.0) parser (>= 3.2.1.0) rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) - rubocop-rails (2.21.2) + rubocop-rails (2.22.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0)