Added OpenSSL 3.3.0

Necessary to ensure we are using the latest version since we need to pick up the 3.3.1 patch (which is higher than the default gem packaged with Ruby by default).

Milestone: minor
This commit is contained in:
Brooke Kuhlmann
2025-10-08 10:04:01 -06:00
parent 912b7ed660
commit 29601ebf75
+1
View File
@@ -30,6 +30,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "http", "~> 5.3"
spec.add_dependency "infusible", "~> 4.3"
spec.add_dependency "inspectable", "~> 0.3"
spec.add_dependency "openssl", "~> 3.3"
spec.add_dependency "pipeable", "~> 1.3"
spec.add_dependency "zeitwerk", "~> 2.7"