Skip to content

Commit fdd9a7f

Browse files
Update test-unit requirement from ~> 3.6.0 to ~> 3.7.0 (#269)
Updates the requirements on [test-unit](https://github.com/test-unit/test-unit) to permit the latest version. - [Release notes](https://github.com/test-unit/test-unit/releases) - [Commits](test-unit/test-unit@3.6.0...3.7.0) --- updated-dependencies: - dependency-name: test-unit dependency-version: 3.7.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 a368a9f commit fdd9a7f

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
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626

2727
s.add_development_dependency 'rake', '~> 13.3.0'
2828
s.add_development_dependency 'rubocop', '~> 1.77.0'
29-
s.add_development_dependency 'test-unit', '~> 3.6.0'
29+
s.add_development_dependency 'test-unit', '~> 3.7.0'
3030

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

0 commit comments

Comments
 (0)