Merge pull request #8433 from SuperTux88/add-faraday-retry-for-pronto
Add 'faraday-retry' to Gemfile to be used by pronto/octokit
This commit is contained in:
commit
49198904f3
2 changed files with 4 additions and 0 deletions
2
Gemfile
2
Gemfile
|
|
@ -208,6 +208,8 @@ group :development do
|
||||||
gem "rubocop", "1.53.1", require: false
|
gem "rubocop", "1.53.1", require: false
|
||||||
gem "rubocop-rails", "2.20.2", require: false
|
gem "rubocop-rails", "2.20.2", require: false
|
||||||
|
|
||||||
|
gem "faraday-retry", require: false # used by pronto/octokit
|
||||||
|
|
||||||
# Debugging
|
# Debugging
|
||||||
gem "pry"
|
gem "pry"
|
||||||
gem "pry-byebug"
|
gem "pry-byebug"
|
||||||
|
|
|
||||||
|
|
@ -257,6 +257,7 @@ GEM
|
||||||
faraday-follow_redirects (0.3.0)
|
faraday-follow_redirects (0.3.0)
|
||||||
faraday (>= 1, < 3)
|
faraday (>= 1, < 3)
|
||||||
faraday-net_http (3.0.2)
|
faraday-net_http (3.0.2)
|
||||||
|
faraday-retry (1.0.3)
|
||||||
faraday-typhoeus (1.0.0)
|
faraday-typhoeus (1.0.0)
|
||||||
faraday (~> 2.0)
|
faraday (~> 2.0)
|
||||||
typhoeus (~> 1.4)
|
typhoeus (~> 1.4)
|
||||||
|
|
@ -812,6 +813,7 @@ DEPENDENCIES
|
||||||
faraday (= 2.7.7)
|
faraday (= 2.7.7)
|
||||||
faraday-cookie_jar (= 0.0.7)
|
faraday-cookie_jar (= 0.0.7)
|
||||||
faraday-follow_redirects (= 0.3.0)
|
faraday-follow_redirects (= 0.3.0)
|
||||||
|
faraday-retry
|
||||||
faraday-typhoeus (= 1.0.0)
|
faraday-typhoeus (= 1.0.0)
|
||||||
fixture_builder (= 0.5.2)
|
fixture_builder (= 0.5.2)
|
||||||
fog-aws (= 3.19.0)
|
fog-aws (= 3.19.0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue