From fb87b5402cfcfe82abb61e9890cad8fe2abe5a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jun 2022 10:23:20 -0500 Subject: [PATCH] Bump rubocop from 1.30.0 to 1.30.1 in /dependencies (#3006) Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.30.0 to 1.30.1. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.30.0...v1.30.1) --- updated-dependencies: - dependency-name: rubocop 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 10b802f1..92cec5bf 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -4,7 +4,7 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } -gem "rubocop", "~> 1.30.0" +gem "rubocop", "~> 1.30.1" gem "rubocop-github", "~> 0.17.0" gem "rubocop-performance", "~>1.14.0" gem "rubocop-rails", "~> 2.14" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index a097609e..eaa93a9f 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -18,7 +18,7 @@ GEM rainbow (3.1.1) regexp_parser (2.5.0) rexml (3.2.5) - rubocop (1.30.0) + rubocop (1.30.1) parallel (~> 1.10) parser (>= 3.1.0.0) rainbow (>= 2.2.2, < 4.0) @@ -51,7 +51,7 @@ PLATFORMS ruby DEPENDENCIES - rubocop (~> 1.30.0) + rubocop (~> 1.30.1) rubocop-github (~> 0.17.0) rubocop-performance (~> 1.14.0) rubocop-rails (~> 2.14)