From fdb3da50cac036f5f25777d0729291f9a3521529 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Jan 2022 09:11:23 +0000 Subject: [PATCH] Update faraday requirement from ~> 1.0 to >= 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/main/CHANGELOG.md) - [Commits](https://github.com/lostisland/faraday/compare/v1.0.0...v1.8.0) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- restful_resource.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/restful_resource.gemspec b/restful_resource.gemspec index 4b58c2f..12db709 100644 --- a/restful_resource.gemspec +++ b/restful_resource.gemspec @@ -27,7 +27,7 @@ Gem::Specification.new do |spec| spec.add_development_dependency 'rspec_junit_formatter' spec.add_dependency 'activesupport', '~> 6.0' - spec.add_dependency 'faraday', '~> 1.0' + spec.add_dependency 'faraday', '>= 1', '< 3' spec.add_dependency 'faraday-cdn-metrics', '~> 0.2' spec.add_dependency 'faraday-encoding' spec.add_dependency 'faraday-http-cache', '~> 2.2'