From afc5c4716c04fc6bfcf49d6ec13f1890d5eaa907 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:46:48 +0000 Subject: [PATCH] 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](https://github.com/intridea/multi_json/compare/v1.11.2...v1.15.0) --- updated-dependencies: - dependency-name: multi_json dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- rspec_api_documentation.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspec_api_documentation.gemspec b/rspec_api_documentation.gemspec index 40646226..0ac56f32 100644 --- a/rspec_api_documentation.gemspec +++ b/rspec_api_documentation.gemspec @@ -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/**/*")