From 1ecb2cc9c1c2410c1eee7d96ee8d3ca1be98eb94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jan 2024 10:09:17 +0000 Subject: [PATCH] Bump rubocop-rails from 2.23.0 to 2.23.1 Bumps [rubocop-rails](https://github.com/rubocop/rubocop-rails) from 2.23.0 to 2.23.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.23.0...v2.23.1) --- updated-dependencies: - dependency-name: rubocop-rails dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index df177a64..cbc5ea4a 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ end group :linter do gem 'rubocop', '~> 1.57.1' - gem 'rubocop-rails', '~> 2.23.0' + gem 'rubocop-rails', '~> 2.23.1' gem 'rubocop-rake', '~> 0.6.0' gem 'rubocop-capybara', '~> 2.19.0' gem 'rubocop-performance', '~> 1.20.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5657ce84..3743eb45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -388,7 +388,7 @@ GEM rubocop-performance (1.20.2) rubocop (>= 1.48.1, < 2.0) rubocop-ast (>= 1.30.0, < 2.0) - rubocop-rails (2.23.0) + rubocop-rails (2.23.1) activesupport (>= 4.2.0) rack (>= 1.1) rubocop (>= 1.33.0, < 2.0) @@ -504,7 +504,7 @@ DEPENDENCIES rubocop (~> 1.57.1) rubocop-capybara (~> 2.19.0) rubocop-performance (~> 1.20.2) - rubocop-rails (~> 2.23.0) + rubocop-rails (~> 2.23.1) rubocop-rake (~> 0.6.0) ruby-saml selenium-webdriver