From c45106d59abe1b23272622a605394fa0077450b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 13:02:07 +0000 Subject: [PATCH] Update faraday requirement from ~> 1.5, >= 1.5.1 to >= 1.5.1, < 2.0 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/v1.5.1...v2.0.0) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- vmfloaty.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vmfloaty.gemspec b/vmfloaty.gemspec index b8abec1..0a859e7 100644 --- a/vmfloaty.gemspec +++ b/vmfloaty.gemspec @@ -22,5 +22,5 @@ Gem::Specification.new do |s| s.require_path = 'lib' s.add_dependency 'commander', '>= 4.4.3', '< 4.7.0' - s.add_dependency 'faraday', '~> 1.5', '>= 1.5.1' + s.add_dependency 'faraday', '>= 1.5.1', '< 2.0' end