File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,12 +52,12 @@ Gem::Specification.new do |spec|
5252 spec . add_runtime_dependency 'bitarray' , '~> 1.3'
5353 spec . add_runtime_dependency 'concurrent-ruby' , '~> 1.0'
5454 spec . add_runtime_dependency 'faraday' , '>= 1.1' , '< 3.0'
55+ spec . add_runtime_dependency 'faraday-net_http_persistent' , '>= 1.0' , '< 3.0'
5556 spec . add_runtime_dependency 'json' , '>= 1.8' , '< 3.0'
5657 spec . add_runtime_dependency 'jwt' , '>= 1.0.0' , '< 3.0'
5758 spec . add_runtime_dependency 'lru_redux' , '~> 1.1'
59+ spec . add_runtime_dependency 'net-http-persistent' , '>= 2.9' , '< 5.0'
5860 spec . add_runtime_dependency 'redis' , '>= 4.0.0' , '< 5.0'
5961 spec . add_runtime_dependency 'socketry' , '>= 0.4' , '< 1.0'
6062 spec . add_runtime_dependency 'thread_safe' , '~> 0.3'
61- spec . add_runtime_dependency 'net-http-persistent' , '>= 2.9' , '< 5.0'
62- spec . add_runtime_dependency 'faraday-net_http_persistent' , '>= 1.0' , '< 3.0'
6363end
You can’t perform that action at this time.
0 commit comments