Skip to content

Commit

Permalink
Merge pull request #132 from launchdarkly/eb/ch69559/eventsource-fix
Browse files Browse the repository at this point in the history
update ruby-eventsource to 1.0.3 for backoff bug
  • Loading branch information
eli-darkly authored Mar 18, 2020
2 parents b6566e2 + ddfbd17 commit 4d6f9b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PATH
launchdarkly-server-sdk (5.7.0)
concurrent-ruby (~> 1.0)
json (>= 1.8, < 3)
ld-eventsource (= 1.0.2)
ld-eventsource (= 1.0.3)
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.2)
ld-eventsource (1.0.3)
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 @@ -35,5 +35,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.2"
spec.add_runtime_dependency "ld-eventsource", "1.0.3"
end

0 comments on commit 4d6f9b5

Please sign in to comment.