From 3ebb53d4496404cf53270b74c571473f939ecda6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 21:13:00 +0000 Subject: [PATCH] Bump rubocop-github from 0.17.0 to 0.26.0 Bumps [rubocop-github](https://github.com/github/rubocop-github) from 0.17.0 to 0.26.0. - [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.17.0...v0.26.0) --- updated-dependencies: - dependency-name: rubocop-github dependency-version: 0.26.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ba9c9a8..7cb4a94 100644 --- a/Gemfile +++ b/Gemfile @@ -101,7 +101,7 @@ group :development do end group :development, :rubocop do - gem "rubocop-github", "~> 0.17.0" # Rubocop github flavour + gem "rubocop-github", "~> 0.26.0" # Rubocop github flavour gem "rubocop-performance" gem "rubocop-rails" end diff --git a/Gemfile.lock b/Gemfile.lock index 3921ef7..06c811e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -374,10 +374,10 @@ GEM rubocop-ast (1.47.1) parser (>= 3.3.7.2) prism (~> 1.4) - rubocop-github (0.17.0) - rubocop - rubocop-performance - rubocop-rails + rubocop-github (0.26.0) + rubocop (>= 1.76) + rubocop-performance (>= 1.24) + rubocop-rails (>= 2.23) rubocop-performance (1.26.0) lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) @@ -525,7 +525,7 @@ DEPENDENCIES rails (~> 8.0.3) rails-controller-testing (~> 1.0.5) rspec-rails (~> 6.0) - rubocop-github (~> 0.17.0) + rubocop-github (~> 0.26.0) rubocop-performance rubocop-rails rubocop-rails-omakase