Skip to content

Commit afc5c47

Browse files
Update multi_json requirement from ~> 1.11.2 to ~> 1.15.0
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]>
1 parent afa5de2 commit afc5c47

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
@@ -35,7 +35,7 @@ Gem::Specification.new do |s|
3535
s.add_development_dependency "minitest", "~> 5.8.4"
3636
s.add_development_dependency "contracts", "~> 0.17"
3737
s.add_development_dependency "gherkin", "~> 3.2.0"
38-
s.add_development_dependency "multi_json", "~> 1.11.2"
38+
s.add_development_dependency "multi_json", "~> 1.15.0"
3939
s.add_development_dependency "rspec", "~> 3.0"
4040

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

0 commit comments

Comments
 (0)