From cd5a7f467f5e53aa73d8e87129018948a0e13805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:07:41 +0200 Subject: [PATCH] deps(bundler): bump rubocop-performance in /dependencies (#5672) Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.20.2 to 1.21.0. - [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.20.2...v1.21.0) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index cea37bf6..cc79152a 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.62.1" gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.35.0" -gem "rubocop-performance", "~>1.20.2" +gem "rubocop-performance", "~>1.21.0" gem "rubocop-rails", "~> 2.25" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.30.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index d94bcbab..7f8eba2e 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -58,9 +58,9 @@ GEM rubocop-minitest (0.35.0) rubocop (>= 1.61, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) - rubocop-performance (1.20.2) + rubocop-performance (1.21.0) rubocop (>= 1.48.1, < 2.0) - rubocop-ast (>= 1.30.0, < 2.0) + rubocop-ast (>= 1.31.1, < 2.0) rubocop-rails (2.25.0) activesupport (>= 4.2.0) rack (>= 1.1) @@ -85,9 +85,9 @@ GEM standard-custom (1.0.2) lint_roller (~> 1.0) rubocop (~> 1.50) - standard-performance (1.3.1) + standard-performance (1.4.0) lint_roller (~> 1.1) - rubocop-performance (~> 1.20.2) + rubocop-performance (~> 1.21.0) strscan (3.1.0) tzinfo (2.0.6) concurrent-ruby (~> 1.0) @@ -100,7 +100,7 @@ DEPENDENCIES rubocop (~> 1.62.1) rubocop-github (~> 0.20.0) rubocop-minitest (~> 0.35.0) - rubocop-performance (~> 1.20.2) + rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.25) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.30.0)