Skip to content

Commit ec829fb

Browse files
Update minitest requirement from ~> 5.8.4 to ~> 5.22.3
Updates the requirements on [minitest](https://github.com/minitest/minitest) to permit the latest version. - [Changelog](https://github.com/minitest/minitest/blob/master/History.rdoc) - [Commits](minitest/minitest@v5.8.4...v5.22.3) --- updated-dependencies: - dependency-name: minitest dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d32bf17 commit ec829fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rspec_api_documentation.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Gem::Specification.new do |s|
3232
s.add_development_dependency "nokogiri", "~> 1.8.4"
3333
s.add_development_dependency "yard", "~> 0.9.15"
3434
s.add_development_dependency "inch", "~> 0.8.0"
35-
s.add_development_dependency "minitest", "~> 5.8.4"
35+
s.add_development_dependency "minitest", "~> 5.22.3"
3636
s.add_development_dependency "contracts", "~> 0.17"
3737
s.add_development_dependency "gherkin", "~> 9.0.0"
3838
s.add_development_dependency "multi_json", "~> 1.15.0"

0 commit comments

Comments
 (0)