From dc5a85860139baf4dcbda33c88e8bafdd3565402 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Jul 2022 12:14:15 -0500 Subject: [PATCH] Bump rubocop-github from 0.17.0 to 0.18.0 in /dependencies (#3110) Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.17.0 to 0.18.0. - [Release notes](https://github.com/github/rubocop-github/releases) - [Commits](https://github.com/github/rubocop-github/compare/v0.17.0...v0.18.0) --- updated-dependencies: - dependency-name: rubocop-github 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 74edf4f5..639b55a7 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.31.2" -gem "rubocop-github", "~> 0.17.0" +gem "rubocop-github", "~> 0.18.0" gem "rubocop-performance", "~>1.14.2" gem "rubocop-rails", "~> 2.15" gem "rubocop-rspec", "~> 2.11.1" diff --git a/dependencies/Gemfile.lock b/dependencies/Gemfile.lock index d0959ad8..185c4d39 100644 --- a/dependencies/Gemfile.lock +++ b/dependencies/Gemfile.lock @@ -31,8 +31,8 @@ GEM unicode-display_width (>= 1.4.0, < 3.0) rubocop-ast (1.19.1) parser (>= 3.1.1.0) - rubocop-github (0.17.0) - rubocop + rubocop-github (0.18.0) + rubocop (>= 1.0.0) rubocop-performance rubocop-rails rubocop-performance (1.14.2) @@ -54,7 +54,7 @@ PLATFORMS DEPENDENCIES rubocop (~> 1.31.2) - rubocop-github (~> 0.17.0) + rubocop-github (~> 0.18.0) rubocop-performance (~> 1.14.2) rubocop-rails (~> 2.15) rubocop-rspec (~> 2.11.1)