Skip to content

Commit 707b8df

Browse files
Update test-unit requirement from ~> 3.5.0 to ~> 3.6.0 (#252)
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.5.0...3.6.0) --- updated-dependencies: - dependency-name: test-unit 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 e1eb3c1 commit 707b8df

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.0.0'
2828
s.add_development_dependency 'rubocop', '~> 1.28.2'
29-
s.add_development_dependency 'test-unit', '~> 3.5.0'
29+
s.add_development_dependency 'test-unit', '~> 3.6.0'
3030

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

0 commit comments

Comments
 (0)