Skip to content

Commit

Permalink
Relax OpenSSL version constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
n-rodriguez authored and thde committed Dec 22, 2022
1 parent ff59d7d commit b30215b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox-client-ruby.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'faraday-detailed_logger', '~> 2.1'
spec.add_runtime_dependency 'faraday_middleware', '>= 0.11', '< 2'
spec.add_runtime_dependency 'ipaddress', '~> 0.8', '>= 0.8.3'
spec.add_runtime_dependency 'openssl', '~> 2.0', '>= 2.0.5'
spec.add_runtime_dependency 'openssl', '>= 2.0.5'

spec.add_development_dependency 'bundler', '~> 2.1'
spec.add_development_dependency 'pry', '~> 0.10'
Expand Down

0 comments on commit b30215b

Please sign in to comment.