Skip to content

Commit

Permalink
Update minitest requirement from ~> 5.8.4 to ~> 5.24.0
Browse files Browse the repository at this point in the history
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.24.0)

---
updated-dependencies:
- dependency-name: minitest
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 19, 2024
1 parent d32bf17 commit ea0197c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "nokogiri", "~> 1.8.4"
s.add_development_dependency "yard", "~> 0.9.15"
s.add_development_dependency "inch", "~> 0.8.0"
s.add_development_dependency "minitest", "~> 5.8.4"
s.add_development_dependency "minitest", "~> 5.24.0"
s.add_development_dependency "contracts", "~> 0.17"
s.add_development_dependency "gherkin", "~> 9.0.0"
s.add_development_dependency "multi_json", "~> 1.15.0"
Expand Down

0 comments on commit ea0197c

Please sign in to comment.