Skip to content

Commit effe6c9

Browse files
authored
Merge pull request #7 from microsoft/dependabot/bundler/microsoft_kiota_abstractions-gte-0.13-and-lt-0.15
Update microsoft_kiota_abstractions requirement from ~> 0.13.0, >= 0.13.0 to >= 0.13, < 0.15
2 parents cbf3a29 + 73ec3b2 commit effe6c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: microsoft_kiota_faraday.gemspec

+1-1
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.13.0', '>= 0.13.0'
31+
spec.add_runtime_dependency 'microsoft_kiota_abstractions', '>= 0.13', '< 0.15'
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)