Skip to content

Commit

Permalink
Merge pull request #117 from launchdarkly/eb/ch40932/ioerror-log
Browse files Browse the repository at this point in the history
bump ld-eventsource version for stream logging fix
  • Loading branch information
eli-darkly committed Jul 11, 2019
2 parents 746ebda + 8defb30 commit e7d27e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
launchdarkly-server-sdk (5.5.6)
launchdarkly-server-sdk (5.5.7)
concurrent-ruby (~> 1.0)
json (>= 1.8, < 3)
ld-eventsource (~> 1.0)
ld-eventsource (= 1.0.1)
semantic (~> 1.6)

GEM
Expand Down Expand Up @@ -40,7 +40,7 @@ GEM
jmespath (1.4.0)
json (1.8.6)
json (1.8.6-java)
ld-eventsource (1.0.0)
ld-eventsource (1.0.1)
concurrent-ruby (~> 1.0)
http_tools (~> 0.4.5)
socketry (~> 0.5.1)
Expand Down
2 changes: 1 addition & 1 deletion launchdarkly-server-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "json", [">= 1.8", "< 3"]
spec.add_runtime_dependency "semantic", "~> 1.6"
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
spec.add_runtime_dependency "ld-eventsource", '~> 1.0'
spec.add_runtime_dependency "ld-eventsource", "1.0.1"
end

0 comments on commit e7d27e2

Please sign in to comment.