From ea16a0df80c950861e180aa7a025f527ff2713d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 6 Aug 2021 11:18:41 +0200 Subject: [PATCH] [rubygems/rubygems] Disable `RUBYGEMS_GEMDEPS` for bundler spec run Running `bundler` specs using `bundler` is not supported. https://github.com/rubygems/rubygems/commit/cc97b6773d --- spec/bundler/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/bundler/spec_helper.rb b/spec/bundler/spec_helper.rb index 80b0ccff4d..4d558b9907 100644 --- a/spec/bundler/spec_helper.rb +++ b/spec/bundler/spec_helper.rb @@ -73,6 +73,7 @@ RSpec.configure do |config| Spec::Rubygems.test_setup ENV["BUNDLE_SPEC_RUN"] = "true" ENV["BUNDLE_USER_CONFIG"] = ENV["BUNDLE_USER_CACHE"] = ENV["BUNDLE_USER_PLUGIN"] = nil + ENV["RUBYGEMS_GEMDEPS"] = nil ENV["XDG_CONFIG_HOME"] = nil ENV["GEMRC"] = nil