From a18c311aa1e08c7aeb7bc0296b8f3d56ed80200d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Oct 2022 11:15:55 +0000 Subject: [PATCH] Update rubocop-github requirement from ~> 0.16.0 to ~> 0.19.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) - [Changelog](https://github.com/github/rubocop-github/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/rubocop-github/compare/v0.16.0...v0.19.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..2ba3237 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.19.0" gem "rubocop-performance", "~>1.7.1" gem "rubocop-rails", "~> 2.5" gem "rubocop-rspec", "~> 1.41.0" \ No newline at end of file