From 8da8edef7a32345d16688a262800f2bf2a2b3b8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 03:05:11 +0000 Subject: [PATCH] Update json requirement from >= 2.6.3, < 2.13.0 to >= 2.6.3, < 2.15.0 Updates the requirements on [json](https://github.com/ruby/json) to permit the latest version. - [Release notes](https://github.com/ruby/json/releases) - [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) - [Commits](https://github.com/ruby/json/compare/v2.6.3...v2.14.1) --- updated-dependencies: - dependency-name: json dependency-version: 2.14.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- microsoft_kiota_serialization_json.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft_kiota_serialization_json.gemspec b/microsoft_kiota_serialization_json.gemspec index 4a73b40..b42366d 100644 --- a/microsoft_kiota_serialization_json.gemspec +++ b/microsoft_kiota_serialization_json.gemspec @@ -32,7 +32,7 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'microsoft_kiota_abstractions', '~> 0.14.0' spec.add_runtime_dependency 'uuidtools', '>= 2.2', '< 3.1' - spec.add_runtime_dependency 'json', '>= 2.6.3', '< 2.13.0' + spec.add_runtime_dependency 'json', '>= 2.6.3', '< 2.15.0' spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'rubocop'