Skip to content

Commit f2a59f3

Browse files
authored
fix: Bump openssl dep to allow 4.x (#352)
1 parent 488a90d commit f2a59f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

launchdarkly-server-sdk.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Gem::Specification.new do |spec|
4545
spec.add_runtime_dependency "concurrent-ruby", "~> 1.1"
4646
spec.add_runtime_dependency "ld-eventsource", "2.2.6"
4747
spec.add_runtime_dependency "observer", "~> 0.1.2"
48-
spec.add_runtime_dependency "openssl", "~> 3.1", ">= 3.1.2"
48+
spec.add_runtime_dependency "openssl", ">= 3.1.2", "< 5.0"
4949
spec.add_runtime_dependency "semantic", "~> 1.6"
5050
spec.add_runtime_dependency "zlib", "~> 3.1" unless RUBY_PLATFORM == "java"
5151
# Please keep ld-eventsource dependency as an exact version so that bugfixes to

0 commit comments

Comments
 (0)