From 08362ff80c0e888f73aa0bfa5a359f90e5147d1e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Dec 2020 13:02:35 +0000 Subject: [PATCH] Update faraday requirement from ~> 0.17.0 to >= 0.17, < 1.3 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.2.0) Signed-off-by: dependabot[bot] --- vmfloaty.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index 572c255..6a3a766 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -26,5 +26,5 @@ Gem::Specification.new do |s| s.add_dependency 'colorize', '~> 0.8.1' s.add_dependency 'commander', '>= 4.4.3', '< 4.6.0' - s.add_dependency 'faraday', '~> 0.17.0' + s.add_dependency 'faraday', '>= 0.17', '< 1.3' end