ruby / openssl

Provides SSL, TLS and general purpose cryptography.
Other
240 stars 167 forks source link

Remove "gemspec" from Gemfile #768

Closed rhenium closed 5 months ago

rhenium commented 5 months ago

The local lib directory may contain an incomplete openssl library.

The "gemspec" line in Gemfile causes "bundle exec" to put the lib directory in the load path. Although our Rakefile does not use openssl itself, it still indirectly tries to load it as a RubyGems dependency.