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 62167f6 commit 9fbb580Copy full SHA for 9fbb580
ldclient-rb.gemspec
@@ -29,9 +29,6 @@ Gem::Specification.new do |spec|
29
spec.add_development_dependency "connection_pool", ">= 2.1.2"
30
spec.add_development_dependency "moneta", "~> 1.0.0"
31
32
- spec.add_runtime_dependency "json", "~> 1.8"
33
- spec.add_runtime_dependency "faraday", "~> 0.9"
34
- spec.add_runtime_dependency "faraday-http-cache", "~> 1.3.0"
35
spec.add_runtime_dependency "json", [">= 1.8", "< 3"]
36
spec.add_runtime_dependency "faraday", [">= 0.9", "< 2"]
37
spec.add_runtime_dependency "faraday-http-cache", [">= 1.3.0", "< 3"]
0 commit comments