From b7ff7eb32cf4b782a815cfbe9b8724ac9675a895 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 03:52:44 +0000 Subject: [PATCH] chore(deps): update json requirement from >= 2.6.3, < 2.21.0 to >= 2.6.3, < 2.22.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.21.0) --- updated-dependencies: - dependency-name: json dependency-version: 2.21.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 ff1f98d..5202cbf 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.21.0' + spec.add_runtime_dependency 'json', '>= 2.6.3', '< 2.22.0' spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'rspec', '~> 3.0' spec.add_development_dependency 'rubocop'