Correct openssl version requirement

main
Guillaume Dott 2022-01-18 15:38:29 +01:00
parent 51a5738fc3
commit 1a983dd192
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) } spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"] spec.require_paths = ["lib"]
spec.add_dependency "openssl", "~> 2.2" spec.add_dependency "openssl", ">= 2.2"
spec.add_dependency "json" spec.add_dependency "json"
spec.add_development_dependency "bundler", "~> 2.2" spec.add_development_dependency "bundler", "~> 2.2"