From 213c93541b40872eb6912a2eae8d690e29637b7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:43:31 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.86.0 to ~> 1.88.2 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v1.86.0...v1.88.2) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.88.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pygments.rb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pygments.rb.gemspec b/pygments.rb.gemspec index a96077d..876fed2 100644 --- a/pygments.rb.gemspec +++ b/pygments.rb.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'logger', '~> 1.7' s.add_development_dependency 'rake', '~> 13.4.1' - s.add_development_dependency 'rubocop', '~> 1.86.0' + s.add_development_dependency 'rubocop', '~> 1.88.2' s.add_development_dependency 'test-unit', '~> 3.7.0' s.files = `git ls-files -z`.split("\0").reject { |f| File.symlink?(f) }