mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-25 21:28:40 -05:00
Update faraday requirement from ~> 0.17.0 to >= 0.17, < 1.1
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](https://github.com/lostisland/faraday/compare/v0.17.0...v1.0.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
parent
f357607187
commit
3c2546de16
1 changed files with 1 additions and 1 deletions
|
|
@ -26,5 +26,5 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.add_dependency 'colorize', '~> 0.8.1'
|
||||
s.add_dependency 'commander', '~> 4.4.3'
|
||||
s.add_dependency 'faraday', '~> 0.17.0'
|
||||
s.add_dependency 'faraday', '>= 0.17', '< 1.1'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue