Skip to content

Commit

Permalink
Merge pull request #110 from simplybusiness/faraday-retry
Browse files Browse the repository at this point in the history
Try faraday-retry
  • Loading branch information
addersuk authored Jan 27, 2023
2 parents 28fb938 + 45d8121 commit 7fbf6ad
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ group :development, :test do
gem 'vcr'
gem 'webmock'
end

gem "faraday-retry", "~> 2.0"
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ GEM
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
faraday-retry (2.0.0)
faraday (~> 2.0)
hashdiff (1.0.1)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -91,6 +93,7 @@ PLATFORMS
DEPENDENCIES
airbrake-ruby
faraday
faraday-retry (~> 2.0)
octokit
rspec
simplycop
Expand Down

0 comments on commit 7fbf6ad

Please sign in to comment.