From e474ed5d9a18481d0901a6ea862c1362b5984239 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 07:09:30 +0000 Subject: [PATCH] Update json requirement from >= 2.6.3, < 2.10.0 to >= 2.6.3, < 2.11.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.10.1) --- updated-dependencies: - dependency-name: json 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 3b875f3..fbe5abf 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.10.0' + spec.add_runtime_dependency 'json', '>= 2.6.3', '< 2.11.0' spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'rubocop'