Skip to content

Commit

Permalink
Merge pull request #884 from MikeMcQuaid/faraday_retry
Browse files Browse the repository at this point in the history
Use faraday-retry
  • Loading branch information
MikeMcQuaid authored Jan 23, 2024
2 parents 8a7f580 + 47f942b commit bcce6fa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ source "https://rubygems.org"
ruby File.read(File.expand_path("#{File.dirname(__FILE__)}/.ruby-version")).strip

gem "activesupport"
gem "faraday-retry"
gem "octokit"
gem "omniauth-github"
gem "sinatra"
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ GEM
faraday-net_http (>= 2.0, < 3.2)
faraday-net_http (3.1.0)
net-http
faraday-retry (2.2.0)
faraday (~> 2.0)
ffi (1.16.3)
formatador (1.1.0)
guard (2.18.1)
Expand Down Expand Up @@ -151,6 +153,7 @@ PLATFORMS

DEPENDENCIES
activesupport
faraday-retry
guard
guard-process
octokit
Expand Down

0 comments on commit bcce6fa

Please sign in to comment.