From 9fae4885d7566e224cbf6bc156cb96753b93ea09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 11:38:56 +0000 Subject: [PATCH] Update faraday requirement from ~> 1.0.0 to ~> 2.9.1 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...v2.9.1) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- rspec_api_documentation.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rspec_api_documentation.gemspec b/rspec_api_documentation.gemspec index 978b3bf0..d5514cc0 100644 --- a/rspec_api_documentation.gemspec +++ b/rspec_api_documentation.gemspec @@ -28,7 +28,7 @@ Gem::Specification.new do |s| s.add_development_dependency "rack-oauth2", "~> 1.12.0" s.add_development_dependency "webmock", "~> 3.23.0" s.add_development_dependency "rspec-its", "~> 1.3.0" - s.add_development_dependency "faraday", "~> 1.0.0" + s.add_development_dependency "faraday", "~> 2.9.1" s.add_development_dependency "nokogiri", "~> 1.8.4" s.add_development_dependency "yard", "~> 0.9.15" s.add_development_dependency "inch", "~> 0.8.0"