We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 033b0e7 commit e9dd398Copy full SHA for e9dd398
Gemfile.lock
@@ -3,6 +3,7 @@ PATH
3
specs:
4
errbit_github_plugin (0.4.0)
5
errbit_plugin
6
+ faraday-retry
7
octokit
8
9
GEM
@@ -39,6 +40,8 @@ GEM
39
40
logger
41
faraday-net_http (3.4.0)
42
net-http (>= 0.5.0)
43
+ faraday-retry (2.3.1)
44
+ faraday (~> 2.0)
45
i18n (1.14.7)
46
concurrent-ruby (~> 1.0)
47
json (2.10.2)
errbit_github_plugin.gemspec
@@ -20,6 +20,7 @@ Gem::Specification.new do |spec|
20
spec.require_paths = ["lib"]
21
22
spec.add_dependency "errbit_plugin"
23
+ spec.add_dependency "faraday-retry"
24
spec.add_dependency "octokit"
25
26
spec.add_development_dependency "rspec"
0 commit comments