From 9706b879030fffab93496f8cabd937efdfa1935b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 15:49:45 +0000 Subject: [PATCH] Update rubocop-github requirement from ~> 0.16.0 to ~> 0.17.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.17.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 57baf92..af90167 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", "~> 0.82.0" -gem "rubocop-github", "~> 0.16.0" +gem "rubocop-github", "~> 0.17.0" gem "rubocop-performance", "~>1.7.1" gem "rubocop-rails", "~> 2.5" gem "rubocop-rspec", "~> 1.41.0" \ No newline at end of file