Skip to content

Commit

Permalink
fix: Add observer as explicit dependency
Browse files Browse the repository at this point in the history
Fixes #271
  • Loading branch information
keelerm84 committed Apr 29, 2024
1 parent 30b7ac0 commit 1bc8652
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions launchdarkly-server-sdk.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "semantic", "~> 1.6"
spec.add_runtime_dependency "concurrent-ruby", "~> 1.1"
spec.add_runtime_dependency "ld-eventsource", "2.2.2"
spec.add_runtime_dependency "observer", "~> 0.1.2"
# Please keep ld-eventsource dependency as an exact version so that bugfixes to
# that LD library are always associated with a new SDK version.

Expand Down

0 comments on commit 1bc8652

Please sign in to comment.