We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f8920ab + 36a3e2f commit f87c433Copy full SHA for f87c433
ldclient-rb.gemspec
@@ -31,7 +31,8 @@ Gem::Specification.new do |spec|
31
spec.add_runtime_dependency "net-http-persistent", "~> 2.9"
32
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0.4"
33
spec.add_runtime_dependency "hashdiff", "~> 0.2"
34
- spec.add_runtime_dependency "ld-celluloid-eventsource", "~> 0.8.3"
+ spec.add_runtime_dependency "ld-celluloid-eventsource", "~> 0.9.0"
35
+ spec.add_runtime_dependency "celluloid", "~> 0.18.0.pre" # transitive dep; specified here for more control
36
spec.add_runtime_dependency "nio4r", "~> 1.1" # for maximum ruby version compatibility.
37
38
spec.add_runtime_dependency "waitutil", "0.2"
0 commit comments