Skip to content

Commit

Permalink
Update multi_json requirement from ~> 1.11.2 to ~> 1.15.0
Browse files Browse the repository at this point in the history
Updates the requirements on [multi_json](https://github.com/intridea/multi_json) to permit the latest version.
- [Changelog](https://github.com/intridea/multi_json/blob/master/CHANGELOG.md)
- [Commits](intridea/multi_json@v1.11.2...v1.15.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent afa5de2 commit afc5c47
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 @@ -35,7 +35,7 @@ Gem::Specification.new do |s|
s.add_development_dependency "minitest", "~> 5.8.4"
s.add_development_dependency "contracts", "~> 0.17"
s.add_development_dependency "gherkin", "~> 3.2.0"
s.add_development_dependency "multi_json", "~> 1.11.2"
s.add_development_dependency "multi_json", "~> 1.15.0"
s.add_development_dependency "rspec", "~> 3.0"

s.files = Dir.glob("lib/**/*") + Dir.glob("templates/**/*")
Expand Down

0 comments on commit afc5c47

Please sign in to comment.