From f476db03a90686351aaf842f4a7c908b98663a93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 08:14:20 +0000 Subject: [PATCH] Update rubocop-github requirement from ~> 0.20.0 to ~> 0.22.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.20.0...v0.22.0) --- updated-dependencies: - dependency-name: rubocop-github dependency-version: 0.22.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 43fff963..6fdfde99 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ group :development do gem "minitest-focus", "~> 1.3" gem "rake" gem "rubocop", "~> 1.63.0" - gem "rubocop-github", "~> 0.20.0" + gem "rubocop-github", "~> 0.22.0" gem "rubocop-minitest", "~> 0.35.0" gem "rubocop-performance", "~> 1.21.0" gem "rubocop-rake", "~> 0.6.0"