Skip to content

Commit

Permalink
Add faraday-retry to Gemfile
Browse files Browse the repository at this point in the history
It's an optional dependency of octokit. Without it we always get a
warning on the CLI:

```
To use retry middleware with Faraday v2.0+, install `faraday-retry` gem
```
  • Loading branch information
bastelfreak committed Jun 23, 2024
1 parent 67f36b8 commit b3625c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source "https://rubygems.org"
gem 'github-pages', '>= 147'
gem 'rake'
gem 'webrick'
gem 'faraday-retry'

0 comments on commit b3625c5

Please sign in to comment.