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 8939874 commit 53c36f1Copy full SHA for 53c36f1
ldclient-rb.gemspec
@@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
25
26
spec.add_runtime_dependency "json", "~> 1.8"
27
spec.add_runtime_dependency "faraday", "~> 0.9"
28
- spec.add_runtime_dependency "faraday-http-cache", "= 1.3.0"
+ spec.add_runtime_dependency "faraday-http-cache", "~> 1.3.0"
29
spec.add_runtime_dependency "thread_safe", "~> 0.3"
30
spec.add_runtime_dependency "net-http-persistent", "~> 2.9"
31
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0.0"
0 commit comments