Skip to content

Commit 59841de

Browse files
Update rubocop requirement from ~> 1.70.0 to ~> 1.77.0
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](rubocop/rubocop@v1.70.0...v1.77.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.77.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7922e4f commit 59841de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygments.rb.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Gem::Specification.new do |s|
2525
s.required_ruby_version = '>= 2.7.0'
2626

2727
s.add_development_dependency 'rake', '~> 13.3.0'
28-
s.add_development_dependency 'rubocop', '~> 1.70.0'
28+
s.add_development_dependency 'rubocop', '~> 1.77.0'
2929
s.add_development_dependency 'test-unit', '~> 3.6.0'
3030

3131
s.files = `git ls-files -z`.split("\0").reject { |f| File.symlink?(f) }

0 commit comments

Comments
 (0)