Add faraday retry gem dependency

This commit is contained in:
adfoster-r7
2022-06-09 02:09:28 +01:00
parent 63822f6e37
commit f4f9580412
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -18,6 +18,7 @@ PATH
eventmachine
faker
faraday
faraday-retry
faye-websocket
filesize
hrr_rb_ssh-ed25519
@@ -189,6 +190,7 @@ GEM
faraday-net_http (~> 2.0)
ruby2_keywords (>= 0.0.4)
faraday-net_http (2.0.3)
faraday-retry (1.0.3)
faye-websocket (0.11.1)
eventmachine (>= 0.12.0)
websocket-driver (>= 0.5.1)
+1
View File
@@ -224,6 +224,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'eventmachine'
spec.add_runtime_dependency 'faraday'
spec.add_runtime_dependency 'faraday-retry'
# Required for windows terminal colors as of Ruby 3.0
spec.add_runtime_dependency 'win32api'