From 1d214a61a7274d8112029dc04dd5a00b13ffdd7a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" Date: Mon, 27 May 2019 18:15:35 +0000 Subject: [PATCH] Update faraday requirement from ~> 0.9.0 to >= 0.9, < 0.16 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.9.0...v0.9.2) --- passworks.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/passworks.gemspec b/passworks.gemspec index ec74c41..c483b38 100644 --- a/passworks.gemspec +++ b/passworks.gemspec @@ -20,7 +20,7 @@ Gem::Specification.new do |spec| spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] - spec.add_dependency 'faraday', '~> 0.9.0' + spec.add_dependency 'faraday', '>= 0.9', '< 0.16' spec.add_dependency 'faraday_middleware', '~> 0.9.1' spec.add_development_dependency "bundler", "~> 2.0"