Skip to content

Commit f87c433

Browse files
authored
Merge pull request #2 from launchdarkly/jkodumal/ch984/bump-celluloid-dependency-to-0-18-0-pre
Fix celluloid and ld-celluloid-eventsource dependencies
2 parents f8920ab + 36a3e2f commit f87c433

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ldclient-rb.gemspec

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Gem::Specification.new do |spec|
3131
spec.add_runtime_dependency "net-http-persistent", "~> 2.9"
3232
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0.4"
3333
spec.add_runtime_dependency "hashdiff", "~> 0.2"
34-
spec.add_runtime_dependency "ld-celluloid-eventsource", "~> 0.8.3"
34+
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
3536
spec.add_runtime_dependency "nio4r", "~> 1.1" # for maximum ruby version compatibility.
3637

3738
spec.add_runtime_dependency "waitutil", "0.2"

0 commit comments

Comments
 (0)