From 584a1eaa348ff0bb5459c18704c398eac8f74998 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 17:23:04 +0000 Subject: [PATCH] Update rubocop-github requirement from ~> 0.16.0 to ~> 0.18.0 Updates the requirements on [rubocop-github](https://github.com/github/rubocop-github) to permit the latest version. - [Release notes](https://github.com/github/rubocop-github/releases) - [Commits](https://github.com/github/rubocop-github/compare/v0.16.0...v0.18.0) --- updated-dependencies: - dependency-name: rubocop-github dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dependencies/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/Gemfile b/dependencies/Gemfile index 0f3f0dc..1f6f50f 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.13.0" -gem "rubocop-github", "~> 0.16.0" +gem "rubocop-github", "~> 0.18.0" gem "rubocop-performance", "~>1.7.1" gem "rubocop-rails", "~> 2.5" gem "rubocop-rspec", "~> 1.41.0" \ No newline at end of file