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 a47c31b commit 60931fdCopy full SHA for 60931fd
cirro-ruby-client.gemspec
@@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
26
spec.require_paths = ['lib']
27
28
spec.add_runtime_dependency 'jwt'
29
+ spec.add_runtime_dependency 'faraday', '< 1.2.0'
30
spec.add_runtime_dependency 'faraday_middleware'
31
spec.add_runtime_dependency 'json_api_client', '>= 1.10.0'
32
end
0 commit comments