From 7bd25b9753284cf0ea22d9511b55bb2b0da0a3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Sun, 19 Dec 2021 20:55:48 +0100 Subject: [rubygems/rubygems] Print warning when running potentially problematic rubygems + ruby combinations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/rubygems/rubygems/commit/d6df0b7de0 Co-authored-by: André Arko --- spec/bundler/spec_helper.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'spec') diff --git a/spec/bundler/spec_helper.rb b/spec/bundler/spec_helper.rb index 96b2f16c82..2988cab9c5 100644 --- a/spec/bundler/spec_helper.rb +++ b/spec/bundler/spec_helper.rb @@ -72,6 +72,7 @@ RSpec.configure do |config| require_relative "support/rubygems_ext" Spec::Rubygems.test_setup ENV["BUNDLER_SPEC_RUN"] = "true" + ENV["BUNDLER_NO_OLD_RUBYGEMS_WARNING"] = "true" ENV["BUNDLE_USER_CONFIG"] = ENV["BUNDLE_USER_CACHE"] = ENV["BUNDLE_USER_PLUGIN"] = nil ENV["RUBYGEMS_GEMDEPS"] = nil ENV["XDG_CONFIG_HOME"] = nil -- cgit v1.2.3