Skip to content

Commit 262e41f

Browse files
Update rubocop requirement from ~> 1.78.0 to ~> 1.79.0 (#271)
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.78.0...v1.79.0) --- updated-dependencies: - dependency-name: rubocop dependency-version: 1.79.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 efaf1d8 commit 262e41f

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.78.0'
28+
s.add_development_dependency 'rubocop', '~> 1.79.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)