Skip to content

Commit f3d4312

Browse files
committed
Bump celluloid eventsource
1 parent 4514441 commit f3d4312

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
11
source "https://rubygems.org"
22

33
gemspec
4-
gem 'ld-celluloid-eventsource', :git => 'https://github.com/launchdarkly/celluloid-eventsource.git', :branch => 'sync-0.9.0-master'
5-

ldclient-rb.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ 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.10.0"
3435
spec.add_runtime_dependency "celluloid", "~> 0.18.0.pre" # transitive dep; specified here for more control
3536

3637
if RUBY_VERSION >= '2.2.2'

0 commit comments

Comments
 (0)