From 1206bcd7035012fd38a584e003f3e4753c9a636e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:03:20 +0000 Subject: [PATCH] Update microsoft_kiota_abstractions requirement from >= 0.14, < 0.19 to >= 0.14, < 0.21 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 38d4b1b..69e427b 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.19' + spec.add_runtime_dependency 'microsoft_kiota_abstractions', '>= 0.14', '< 0.21' spec.add_runtime_dependency 'faraday', '~> 2.7', '>= 2.7.2' spec.add_development_dependency 'rake', '~> 13.0' spec.add_development_dependency 'rspec', '~> 3.0'