Skip to content
This repository was archived by the owner on Nov 18, 2025. It is now read-only.

Commit 8bd03f7

Browse files
build(deps): update faraday requirement from < 2 to < 3 (#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](lostisland/faraday@v0.1.1...v2.0.0) --- updated-dependencies: - dependency-name: faraday dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe22aba commit 8bd03f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

keybase-unofficial-api.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
1616
s.homepage = "https://github.com/kbsecret/keybase-unofficial-api"
1717
s.license = "MIT"
1818

19-
s.add_runtime_dependency "faraday", "< 2"
19+
s.add_runtime_dependency "faraday", "< 3"
2020
s.add_runtime_dependency "keybase-unofficial-core", "~> 1.0"
2121
end

0 commit comments

Comments
 (0)