summary refs log tree commit diff
path: root/pkgs/development/ruby-modules
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2021-07-31 17:50:47 -0500
committerGitHub <noreply@github.com>2021-07-31 17:50:47 -0500
commit8cd1711b04b02f7669589e9ec1453516c13f835e (patch)
treef164b8b6aae0b25baca3c7fbc5d54bd053dcbeab /pkgs/development/ruby-modules
parentc9c39abadf89a36ff6403deefb489a1a3c156f11 (diff)
parentbcc809ac856eb5db8175afef55a7354f29937511 (diff)
downloadnixpkgs-8cd1711b04b02f7669589e9ec1453516c13f835e.tar
nixpkgs-8cd1711b04b02f7669589e9ec1453516c13f835e.tar.gz
nixpkgs-8cd1711b04b02f7669589e9ec1453516c13f835e.tar.bz2
nixpkgs-8cd1711b04b02f7669589e9ec1453516c13f835e.tar.lz
nixpkgs-8cd1711b04b02f7669589e9ec1453516c13f835e.tar.xz
nixpkgs-8cd1711b04b02f7669589e9ec1453516c13f835e.tar.zst
nixpkgs-8cd1711b04b02f7669589e9ec1453516c13f835e.zip
Merge pull request #110703 from zarelit/issue_85989_ignore_bundle_path
bundlerEnv: ignore bundler configuration file
Diffstat (limited to 'pkgs/development/ruby-modules')
-rw-r--r--pkgs/development/ruby-modules/bundled-common/gen-bin-stubs.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/ruby-modules/bundled-common/gen-bin-stubs.rb b/pkgs/development/ruby-modules/bundled-common/gen-bin-stubs.rb
index 2bf9d84caa0..3106e9c24ca 100644
--- a/pkgs/development/ruby-modules/bundled-common/gen-bin-stubs.rb
+++ b/pkgs/development/ruby-modules/bundled-common/gen-bin-stubs.rb
@@ -34,6 +34,7 @@ paths.each do |path|
 ENV["BUNDLE_GEMFILE"] = #{gemfile.dump}
 ENV.delete 'BUNDLE_PATH'
 ENV['BUNDLE_FROZEN'] = '1'
+ENV['BUNDLE_IGNORE_CONFIG'] = '1'
 
 Gem.paths = { 'GEM_HOME' => #{bundle_path.dump} }