From 12151240bd6faf7cf5c676655c692167ce2acc1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 12:07:15 +0000 Subject: [PATCH] Update faraday requirement from ~> 1.0.0 to ~> 2.9.2 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.2) --- 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..71231478 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.2" s.add_development_dependency "nokogiri", "~> 1.8.4" s.add_development_dependency "yard", "~> 0.9.15" s.add_development_dependency "inch", "~> 0.8.0"