From aee80ef3ce3be0deb102b2f25c8b0d864dda84d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 18:03:22 +0000 Subject: [PATCH] Update microsoft_kiota_abstractions requirement from >= 0.14, < 0.16 to >= 0.14, < 0.17 Updates the requirements on [microsoft_kiota_abstractions](https://github.com/microsoft/kiota-ruby) to permit the latest version. - [Release notes](https://github.com/microsoft/kiota-ruby/releases) - [Changelog](https://github.com/microsoft/kiota-ruby/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-ruby/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: microsoft_kiota_abstractions dependency-version: 0.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- microsoft_kiota_faraday.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/microsoft_kiota_faraday.gemspec b/microsoft_kiota_faraday.gemspec index 81734e3..5426464 100644 --- a/microsoft_kiota_faraday.gemspec +++ b/microsoft_kiota_faraday.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |spec| spec.bindir = 'bin' spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.require_paths = ['lib'] - spec.add_runtime_dependency 'microsoft_kiota_abstractions', '>= 0.14', '< 0.16' + spec.add_runtime_dependency 'microsoft_kiota_abstractions', '>= 0.14', '< 0.17' spec.add_runtime_dependency 'faraday', '~> 2.7', '>= 2.7.2' spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'rspec', '~> 3.0'