Skip to content

Commit 0130777

Browse files
committed
Remove "gemspec" from Gemfile
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.
1 parent 4f4a729 commit 0130777

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Gemfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
source "https://rubygems.org"
22

3-
gemspec
4-
53
gem "rake"
64
gem "rake-compiler"
75
gem "test-unit", "~> 3.0", ">= 3.4.6"

0 commit comments

Comments
 (0)