From 2cdffd7af58d4fb22cab83bf308f890ec726ae65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 04:06:48 +0000 Subject: [PATCH] Bump rubocop-github from 0.18.0 to 0.20.0 in /dependencies Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.18.0 to 0.20.0. - [Release notes](https://github.com/github/rubocop-github/releases) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/rubocop-github/compare/v0.18.0...v0.20.0) --- updated-dependencies: - dependency-name: rubocop-github dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dependencies/Gemfile | 2 +- dependencies/Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 326f7dd1..63431108 100644 --- a/dependencies/Gemfile +++ b/dependencies/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" git_source(:github) { |repo_name| "https://github.com/#{repo_name}" } gem "rubocop", "~> 1.42.0" -gem "rubocop-github", "~> 0.18.0" +gem "rubocop-github", "~> 0.20.0" gem "rubocop-minitest", "~> 0.25.1" gem "rubocop-performance", "~>1.15.2" gem "rubocop-rails", "~> 2.17" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index 85bd5545..ec924ffe 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -11,7 +11,7 @@ GEM i18n (1.12.0) concurrent-ruby (~> 1.0) json (2.6.3) - minitest (5.16.3) + minitest (5.17.0) parallel (1.22.1) parser (3.2.0.0) ast (~> 2.4.1) @@ -31,10 +31,10 @@ GEM unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.24.1) parser (>= 3.1.1.0) - rubocop-github (0.18.0) - rubocop (>= 1.0.0) - rubocop-performance - rubocop-rails + rubocop-github (0.20.0) + rubocop (>= 1.37) + rubocop-performance (>= 1.15) + rubocop-rails (>= 2.17) rubocop-minitest (0.25.1) rubocop (>= 0.90, < 2.0) rubocop-performance (1.15.2) @@ -51,14 +51,14 @@ GEM ruby-progressbar (1.11.0) tzinfo (2.0.5) concurrent-ruby (~> 1.0) - unicode-display_width (2.4.1) + unicode-display_width (2.4.2) PLATFORMS ruby DEPENDENCIES rubocop (~> 1.42.0) - rubocop-github (~> 0.18.0) + rubocop-github (~> 0.20.0) rubocop-minitest (~> 0.25.1) rubocop-performance (~> 1.15.2) rubocop-rails (~> 2.17)