From 54209941ffab7e68f2d197317a2de1970b87cb30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 13:04:00 +0000 Subject: [PATCH] Update faraday requirement from ~> 0.17.0 to >= 0.17, < 1.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](https://github.com/lostisland/faraday/compare/v0.17.0...v1.1.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..1b0ba83 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.2' end