Skip to content

Commit

Permalink
Disable RUBYGEMS_GEMDEPS for bundler spec run
Browse files Browse the repository at this point in the history
Running `bundler` specs using `bundler` is not supported.
  • Loading branch information
deivid-rodriguez committed Aug 6, 2021
1 parent 8ab02e5 commit cc97b67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bundler/spec/spec_helper.rb
Expand Up @@ -73,6 +73,7 @@ def self.ruby=(ruby)
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

Expand Down

0 comments on commit cc97b67

Please sign in to comment.