Update faraday requirement from ~> 0.17.0 to >= 0.17, < 1.5

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/main/CHANGELOG.md)
- [Commits](https://github.com/lostisland/faraday/compare/v0.17.0...v1.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-04-16 13:01:23 +00:00 committed by GitHub
parent d0fb0f3ac1
commit eff306794f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,5 +26,5 @@ Gem::Specification.new do |s|
s.add_dependency 'colorize', '~> 0.8.1' s.add_dependency 'colorize', '~> 0.8.1'
s.add_dependency 'commander', '>= 4.4.3', '< 4.6.0' s.add_dependency 'commander', '>= 4.4.3', '< 4.6.0'
s.add_dependency 'faraday', '~> 0.17.0' s.add_dependency 'faraday', '>= 0.17', '< 1.5'
end end