aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKazuki Yamaguchi <k@rhe.jp>2024-06-13 19:00:35 +0900
committerKazuki Yamaguchi <k@rhe.jp>2024-06-13 19:21:34 +0900
commit01307777103a0a5be5fa0381ef626db515dd7824 (patch)
tree8ba0dc0bd0e29a04b42c680115ec2933541c7260
parent4f4a72955c07dbbe9622c6e5b51e253067451b0b (diff)
downloadruby-openssl-01307777103a0a5be5fa0381ef626db515dd7824.tar.gz
Remove "gemspec" from Gemfileky/gemfile-skip-gemspec
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.
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index c92289d9..e7eae0fd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -1,7 +1,5 @@
source "https://rubygems.org"
-gemspec
-
gem "rake"
gem "rake-compiler"
gem "test-unit", "~> 3.0", ">= 3.4.6"