Skip to content

Commit

Permalink
Remove upper version constraint on OpenSSL
Browse files Browse the repository at this point in the history
This stops us from blocking newer Ruby or OpenSSL gem releases, for any future incompatibilities application authors can pin their OpenSSL version if need be
  • Loading branch information
bdewater-thatch committed Feb 8, 2023
1 parent b8d6a77 commit 5ce13f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webauthn.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "bindata", "~> 2.4"
spec.add_dependency "cbor", "~> 0.5.9"
spec.add_dependency "cose", "~> 1.1"
spec.add_dependency "openssl", ">= 2.2", "< 3.1"
spec.add_dependency "openssl", ">= 2.2"
spec.add_dependency "safety_net_attestation", "~> 0.4.0"
spec.add_dependency "tpm-key_attestation", "~> 0.11.0"

Expand Down

0 comments on commit 5ce13f8

Please sign in to comment.