summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2024-11-08 19:37:03 +0100
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-14 11:21:39 +0900
commitbf569c80ea7e2482d6023f5aa5658f7d4a1febc1 (patch)
treeff1974d5b2916a225e5c4b079626fca18f41ec4f
parent4fc82519a0a60d6f863764c9f2b355f2054ea1f5 (diff)
[rubygems/rubygems] I don't see how this could happen
https://github.com/rubygems/rubygems/commit/8b6f9b7f05
-rw-r--r--spec/bundler/support/builders.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/bundler/support/builders.rb b/spec/bundler/support/builders.rb
index 4d713d8708..2dcad26028 100644
--- a/spec/bundler/support/builders.rb
+++ b/spec/bundler/support/builders.rb
@@ -235,10 +235,6 @@ module Spec
FileUtils.rm_rf(base_system_gems)
Spec::Rubygems.install_test_deps
end
-
- if rake_path.nil?
- abort "Your test gems are missing! Run `rm -rf #{tmp}` and try again."
- end
end
def update_repo(path, build_compact_index: true)