From 024f0888b6f785af45c49f257932b2ea8d48c40e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Jun 2026 03:52:39 +0000 Subject: [PATCH] chore(deps): update json requirement from >= 2.6.3, < 2.20.0 to >= 2.6.3, < 2.21.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.20.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.20.0 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 1bea6df..ff1f98d 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.16' spec.add_runtime_dependency 'uuidtools', '>= 2.2', '< 3.1' - spec.add_runtime_dependency 'json', '>= 2.6.3', '< 2.20.0' + spec.add_runtime_dependency 'json', '>= 2.6.3', '< 2.21.0' spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'rubocop'