We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 488a90d commit f2a59f3Copy full SHA for f2a59f3
1 file changed
launchdarkly-server-sdk.gemspec
@@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
45
spec.add_runtime_dependency "concurrent-ruby", "~> 1.1"
46
spec.add_runtime_dependency "ld-eventsource", "2.2.6"
47
spec.add_runtime_dependency "observer", "~> 0.1.2"
48
- spec.add_runtime_dependency "openssl", "~> 3.1", ">= 3.1.2"
+ spec.add_runtime_dependency "openssl", ">= 3.1.2", "< 5.0"
49
spec.add_runtime_dependency "semantic", "~> 1.6"
50
spec.add_runtime_dependency "zlib", "~> 3.1" unless RUBY_PLATFORM == "java"
51
# Please keep ld-eventsource dependency as an exact version so that bugfixes to
0 commit comments