mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 06:56:13 +02:00
[rubygems/rubygems] Disable RUBYGEMS_GEMDEPS
for bundler spec run
Running `bundler` specs using `bundler` is not supported.
cc97b6773d
This commit is contained in:
parent
5aee962fe3
commit
ea16a0df80
Notes:
git
2021-08-31 19:07:11 +09:00
1 changed files with 1 additions and 0 deletions
|
@ -73,6 +73,7 @@ RSpec.configure do |config|
|
||||||
Spec::Rubygems.test_setup
|
Spec::Rubygems.test_setup
|
||||||
ENV["BUNDLE_SPEC_RUN"] = "true"
|
ENV["BUNDLE_SPEC_RUN"] = "true"
|
||||||
ENV["BUNDLE_USER_CONFIG"] = ENV["BUNDLE_USER_CACHE"] = ENV["BUNDLE_USER_PLUGIN"] = nil
|
ENV["BUNDLE_USER_CONFIG"] = ENV["BUNDLE_USER_CACHE"] = ENV["BUNDLE_USER_PLUGIN"] = nil
|
||||||
|
ENV["RUBYGEMS_GEMDEPS"] = nil
|
||||||
ENV["XDG_CONFIG_HOME"] = nil
|
ENV["XDG_CONFIG_HOME"] = nil
|
||||||
ENV["GEMRC"] = nil
|
ENV["GEMRC"] = nil
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue