From 6eebc8f0640de95e24fca564fcaee40da6d97607 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 09:53:14 +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 | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 7d39e80..ee4fe8e 100644 --- a/Gemfile +++ b/Gemfile @@ -60,7 +60,7 @@ end group :development do gem 'annotate', '~> 3.2' gem 'rubocop-minitest', '~> 0.33.0' - gem 'rubocop-rails', '~> 2.21' + gem 'rubocop-rails', '~> 2.22' gem 'web-console' end diff --git a/Gemfile.lock b/Gemfile.lock index 5edc5a7..c131cb2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,8 +253,7 @@ GEM reline (0.3.9) io-console (~> 0.5) rexml (3.2.6) - rubocop (1.57.1) - base64 (~> 0.1.1) + rubocop (1.57.2) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10) @@ -265,11 +264,11 @@ 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-minitest (0.33.0) rubocop (>= 1.39, < 2.0) - rubocop-rails (2.21.2) + rubocop-rails (2.22.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -338,7 +337,7 @@ DEPENDENCIES rack-cors rails (~> 7.1.1) rubocop-minitest (~> 0.33.0) - rubocop-rails (~> 2.21) + rubocop-rails (~> 2.22) rugged selenium-webdriver sentry-rails