summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-12-19 20:55:48 +0100
committergit <svn-admin@ruby-lang.org>2021-12-21 06:48:27 +0900
commit7bd25b9753284cf0ea22d9511b55bb2b0da0a3a2 (patch)
treee34e470b82da0cc43913689acfc3b95df34df6d9 /spec
parent01f95ede0e37cd6a1b7e3db3ed34131c24531210 (diff)
[rubygems/rubygems] Print warning when running potentially problematic rubygems + ruby combinations
https://github.com/rubygems/rubygems/commit/d6df0b7de0 Co-authored-by: André Arko <andre@arko.net>
Diffstat (limited to 'spec')
-rw-r--r--spec/bundler/spec_helper.rb1
1 files changed, 1 insertions, 0 deletions
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