Skip to content

Commit

Permalink
Add dependency support for openssl 2.x and 3.x (#87) (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lasvad authored May 16, 2022
1 parent 033d2fc commit 5243c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eth.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Gem::Specification.new do |spec|
spec.add_dependency "rbsecp256k1", "~> 5.1"

# openssl for encrypted key derivation
spec.add_dependency "openssl", "~> 2.2"
spec.add_dependency "openssl", ">= 2.2", "< 4.0"

# scrypt for encrypted key derivation
spec.add_dependency "scrypt", "~> 3.0"
Expand Down

0 comments on commit 5243c13

Please sign in to comment.