Skip to content

Commit de95a80

Browse files
Update microsoft_kiota_abstractions requirement from ~> 0.14.0 to >= 0.14, < 0.16
Updates the requirements on [microsoft_kiota_abstractions](https://github.com/microsoft/kiota-abstractions-ruby) to permit the latest version. - [Release notes](https://github.com/microsoft/kiota-abstractions-ruby/releases) - [Changelog](https://github.com/microsoft/kiota-abstractions-ruby/blob/main/CHANGELOG.md) - [Commits](microsoft/kiota-abstractions-ruby@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] <support@github.com>
1 parent d03a19f commit de95a80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

microsoft_kiota_faraday.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828
spec.bindir = 'bin'
2929
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
3030
spec.require_paths = ['lib']
31-
spec.add_runtime_dependency 'microsoft_kiota_abstractions', '~> 0.14.0'
31+
spec.add_runtime_dependency 'microsoft_kiota_abstractions', '>= 0.14', '< 0.16'
3232
spec.add_runtime_dependency 'faraday', '~> 2.7', '>= 2.7.2'
3333
spec.add_development_dependency 'rake', '~> 13.0'
3434
spec.add_development_dependency 'rspec', '~> 3.0'

0 commit comments

Comments
 (0)