Skip to content

Commit 9fbb580

Browse files
authored
Remove accidental duplicate dependencies
1 parent 62167f6 commit 9fbb580

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ldclient-rb.gemspec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ Gem::Specification.new do |spec|
2929
spec.add_development_dependency "connection_pool", ">= 2.1.2"
3030
spec.add_development_dependency "moneta", "~> 1.0.0"
3131

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"
3532
spec.add_runtime_dependency "json", [">= 1.8", "< 3"]
3633
spec.add_runtime_dependency "faraday", [">= 0.9", "< 2"]
3734
spec.add_runtime_dependency "faraday-http-cache", [">= 1.3.0", "< 3"]

0 commit comments

Comments
 (0)