From ed7fd4a9d80fe605878a36f0fb4e5e4a9353e07a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 09:07:00 +0000 Subject: [PATCH] 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] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 86a6d498..e0857857 100644 --- a/Gemfile +++ b/Gemfile @@ -93,7 +93,7 @@ group :development, :test do gem "rspec-rails", "~> 6.0" gem "rspec-sidekiq", "~> 4.0", require: false gem "rubocop", "~> 1.57" - gem "rubocop-rails", "~> 2.21" + gem "rubocop-rails", "~> 2.22" gem "shoulda-matchers", "~> 5.3" gem "simplecov", require: false gem "simplecov-cobertura", require: false diff --git a/Gemfile.lock b/Gemfile.lock index d669b99d..fe85926a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -414,9 +414,9 @@ 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-rails (2.21.2) + rubocop-rails (2.22.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -571,7 +571,7 @@ DEPENDENCIES rspec-rails (~> 6.0) rspec-sidekiq (~> 4.0) rubocop (~> 1.57) - rubocop-rails (~> 2.21) + rubocop-rails (~> 2.22) rubyzip (~> 2.3) sanitize sassc-rails