Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit e14224c

Browse files
Update faraday requirement from >= 0.9.0, < 1 to >= 0.9.0, < 2
Updates the requirements on [faraday](https://github.com/lostisland/faraday) to permit the latest version. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/master/CHANGELOG.md) - [Commits](lostisland/faraday@v0.9.0...v0.17.3) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 5f7ab72 commit e14224c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

we-call.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
2121
spec.require_paths = ["lib"]
2222

2323
spec.add_dependency "typhoeus", "~> 1.3"
24-
spec.add_dependency "faraday", ">= 0.9.0", "< 1"
24+
spec.add_dependency "faraday", ">= 0.9.0", "< 2"
2525
spec.add_dependency "faraday_middleware", '~> 0.10'
2626
spec.add_dependency "faraday-sunset", '~> 0.2'
2727

0 commit comments

Comments
 (0)