Skip to content

Commit

Permalink
remove unneeded gem require for ipaddr
Browse files Browse the repository at this point in the history
ipaddr is a builtin class for ruby, that is occasionally merged. If the version isn't specified by the runtime dependency, then it will default to needing the latest gem rather than the version that ships with that version of ruby. That will lead to all kinds of potential dependency fails that are most likely unneeded since this gem already requires ruby > 2.3.0
  • Loading branch information
nobletrout authored and ioquatix committed Oct 31, 2019
1 parent 7a622ed commit 0689147
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion openssl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Gem::Specification.new do |spec|

spec.required_ruby_version = ">= 2.3.0"

spec.add_runtime_dependency "ipaddr"
spec.add_development_dependency "rake"
spec.add_development_dependency "rake-compiler"
spec.add_development_dependency "test-unit", "~> 3.0"
Expand Down

0 comments on commit 0689147

Please sign in to comment.