From cc6668adfb12f488f66b2bf8a8c071ac3b58f54b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 20:53:39 +0000 Subject: [PATCH] Bump rubocop-performance from 1.19.0 to 1.19.1 Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.19.0 to 1.19.1. - [Release notes](https://github.com/rubocop/rubocop-performance/releases) - [Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-performance/compare/v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: rubocop-performance 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 856a5c536..1102ebe13 100644 --- a/Gemfile +++ b/Gemfile @@ -109,7 +109,7 @@ group :development do gem "rubocop", "~> 1.56.4", require: false gem "rubocop-capybara", "~> 2.18.0", require: false gem "rubocop-factory_bot", "~> 2.24.0", require: false - gem "rubocop-performance", "~> 1.19.0", require: false + gem "rubocop-performance", "~> 1.19.1", require: false gem "rubocop-rails", "~> 2.20.2", require: false gem "rubocop-rspec", "~> 2.23.2", require: false gem "rvm1-capistrano3", "~> 1.4.0", require: false diff --git a/Gemfile.lock b/Gemfile.lock index c86884339..48103e266 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -537,7 +537,7 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.24.0) rubocop (~> 1.33) - rubocop-performance (1.19.0) + rubocop-performance (1.19.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rails (2.20.2) @@ -758,7 +758,7 @@ DEPENDENCIES rubocop (~> 1.56.4) rubocop-capybara (~> 2.18.0) rubocop-factory_bot (~> 2.24.0) - rubocop-performance (~> 1.19.0) + rubocop-performance (~> 1.19.1) rubocop-rails (~> 2.20.2) rubocop-rspec (~> 2.23.2) rvm1-capistrano3 (~> 1.4.0)