From fd8d59964494ccfc981e5e5a6b69ab9293ea5dcc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jun 2022 14:29:43 -0500 Subject: [PATCH] Bump rubocop-performance from 1.14.1 to 1.14.2 in /dependencies (#3022) Bumps [rubocop-performance](https://github.com/rubocop/rubocop-performance) from 1.14.1 to 1.14.2. - [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.14.1...v1.14.2) --- updated-dependencies: - dependency-name: rubocop-performance dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 8b969042..0c7b351f 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -6,6 +6,6 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.30.1" gem "rubocop-github", "~> 0.17.0" -gem "rubocop-performance", "~>1.14.1" +gem "rubocop-performance", "~>1.14.2" gem "rubocop-rails", "~> 2.14" gem "rubocop-rspec", "~> 2.11.1" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 6c124e36..a7d3bbe8 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -33,7 +33,7 @@ GEM rubocop rubocop-performance rubocop-rails - rubocop-performance (1.14.1) + rubocop-performance (1.14.2) rubocop (>= 1.7.0, < 2.0) rubocop-ast (>= 0.4.0) rubocop-rails (2.14.2) @@ -53,7 +53,7 @@ PLATFORMS DEPENDENCIES rubocop (~> 1.30.1) rubocop-github (~> 0.17.0) - rubocop-performance (~> 1.14.1) + rubocop-performance (~> 1.14.2) rubocop-rails (~> 2.14) rubocop-rspec (~> 2.11.1)