Skip to content

Commit efaf1d8

Browse files
Update rubocop requirement from ~> 1.77.0 to ~> 1.78.0 (#270)
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.77.0...v1.78.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.78.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fdd9a7f commit efaf1d8

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.77.0'
28+
s.add_development_dependency 'rubocop', '~> 1.78.0'
2929
s.add_development_dependency 'test-unit', '~> 3.7.0'
3030

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

0 commit comments

Comments
 (0)