Skip to content

Commit 622f4e2

Browse files
Copilotthedave42
andcommitted
Fix gem dependency: change faraday to faraday-retry in README
Co-authored-by: thedave42 <[email protected]>
1 parent a7f5548 commit 622f4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/ruby/find-inactive-members/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ cd platform-samples/api/ruby/find-inactive-members
2424
### Install dependencies
2525

2626
```shell
27-
gem install octokit faraday
27+
gem install octokit faraday-retry
2828
```
2929

3030
### Configure Octokit

0 commit comments

Comments
 (0)