Skip to content

Commit 825ef1b

Browse files
build(deps): update openssl requirement from ~> 3.3 to >= 3.3, < 5.0 in /openfeature-provider/ruby (#553)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8860f61 commit 825ef1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openfeature-provider/ruby/confidence-openfeature-provider.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
2626
spec.require_paths = ["lib"]
2727

2828
spec.add_dependency "openfeature-sdk", "~> 0.4.1"
29-
spec.add_dependency "openssl", "~> 3.3" # Required for OpenSSL 3.6+ compatibility
29+
spec.add_dependency "openssl", ">= 3.3", "< 5.0" # Required for OpenSSL 3.6+ compatibility
3030

3131
spec.add_development_dependency "rake", "~> 13.0"
3232
spec.add_development_dependency "rspec", "~> 3.13.2"

0 commit comments

Comments
 (0)