From 879b547a7692dc155eadf6d73fcde730ccda8829 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2025 09:11:37 +0000 Subject: [PATCH] Update faraday requirement from ~> 1.10 to >= 1.10, < 3.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.10.0...v1.10.4) --- 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 8e80f38..5074788 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', '< 8' - spec.add_dependency 'faraday', '~> 1.10' + spec.add_dependency 'faraday', '>= 1.10', '< 3.0' spec.add_dependency 'faraday-cdn-metrics', '~> 0.2' spec.add_dependency 'faraday-encoding' spec.add_dependency 'faraday-http-cache', '~> 2.2'