Skip to content

Commit

Permalink
Update faraday requirement from ~> 1.0.0 to ~> 2.10.0
Browse files Browse the repository at this point in the history
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](lostisland/faraday@v1.0.0...v2.10.0)

---
updated-dependencies:
- dependency-name: faraday
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 8, 2024
1 parent d32bf17 commit 5f3fe17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec_api_documentation.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.10.0"
s.add_development_dependency "nokogiri", "~> 1.8.4"
s.add_development_dependency "yard", "~> 0.9.15"
s.add_development_dependency "inch", "~> 0.8.0"
Expand Down

0 comments on commit 5f3fe17

Please sign in to comment.