From 1009033bca5666c7678eb9f0d1a82dd32e5d9b87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Dec 2022 16:04:37 +0000 Subject: [PATCH] Bump rubocop-performance from 1.15.0 to 1.15.1 in /dependencies Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.15.0 to 1.15.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.15.0...v1.15.1) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 4ca74da8..47293e50 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -7,7 +7,7 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.41.0" gem "rubocop-github", "~> 0.18.0" gem "rubocop-minitest", "~> 0.22.2" -gem "rubocop-performance", "~>1.15.0" +gem "rubocop-performance", "~>1.15.1" gem "rubocop-rails", "~> 2.16" gem "rubocop-rake", "~> 0.6.0" gem "rubocop-rspec", "~> 2.16.0" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 0930558e..bb921813 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -37,7 +37,7 @@ GEM rubocop-rails rubocop-minitest (0.22.2) rubocop (>= 0.90, < 2.0) - rubocop-performance (1.15.0) + rubocop-performance (1.15.1) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rails (2.16.1) @@ -60,7 +60,7 @@ DEPENDENCIES rubocop (~> 1.41.0) rubocop-github (~> 0.18.0) rubocop-minitest (~> 0.22.2) - rubocop-performance (~> 1.15.0) + rubocop-performance (~> 1.15.1) rubocop-rails (~> 2.16) rubocop-rake (~> 0.6.0) rubocop-rspec (~> 2.16.0)