We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3cf76e commit a5825e2Copy full SHA for a5825e2
launchdarkly-server-sdk.gemspec
@@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
39
spec.add_runtime_dependency "concurrent-ruby", "~> 1.1"
40
spec.add_runtime_dependency "ld-eventsource", "2.2.6"
41
spec.add_runtime_dependency "observer", "~> 0.1.2"
42
- spec.add_runtime_dependency "openssl", "~> 3.1"
+ spec.add_runtime_dependency "openssl", "~> 3.1", ">= 3.1.2"
43
spec.add_runtime_dependency "semantic", "~> 1.6"
44
spec.add_runtime_dependency "zlib", "~> 3.1" unless RUBY_PLATFORM == "java"
45
# Please keep ld-eventsource dependency as an exact version so that bugfixes to
0 commit comments