Skip to content

Commit

Permalink
Merge pull request #8433 from SuperTux88/add-faraday-retry-for-pronto
Browse files Browse the repository at this point in the history
Add 'faraday-retry' to Gemfile to be used by pronto/octokit
  • Loading branch information
denschub committed Jun 28, 2023
2 parents f05d9ba + 28b7a62 commit 4919890
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ group :development do
gem "rubocop", "1.53.1", require: false
gem "rubocop-rails", "2.20.2", require: false

gem "faraday-retry", require: false # used by pronto/octokit

# Debugging
gem "pry"
gem "pry-byebug"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ GEM
faraday-follow_redirects (0.3.0)
faraday (>= 1, < 3)
faraday-net_http (3.0.2)
faraday-retry (1.0.3)
faraday-typhoeus (1.0.0)
faraday (~> 2.0)
typhoeus (~> 1.4)
Expand Down Expand Up @@ -812,6 +813,7 @@ DEPENDENCIES
faraday (= 2.7.7)
faraday-cookie_jar (= 0.0.7)
faraday-follow_redirects (= 0.3.0)
faraday-retry
faraday-typhoeus (= 1.0.0)
fixture_builder (= 0.5.2)
fog-aws (= 3.19.0)
Expand Down

0 comments on commit 4919890

Please sign in to comment.