Skip to content

Commit

Permalink
Remove "gemspec" from Gemfile
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rhenium committed Jun 13, 2024
1 parent 4f4a729 commit 0130777
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
source "https://rubygems.org"

gemspec

gem "rake"
gem "rake-compiler"
gem "test-unit", "~> 3.0", ">= 3.4.6"
Expand Down

0 comments on commit 0130777

Please sign in to comment.