Skip to content

Commit 38787e4

Browse files
committed
Update README to correct Faraday gem installation command
1 parent 622f4e2 commit 38787e4

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-retry
27+
gem install octokit faraday
2828
```
2929

3030
### Configure Octokit

0 commit comments

Comments
 (0)