Skip to content

Commit

Permalink
Make bundle installation a bit more hermetic by ignoring config
Browse files Browse the repository at this point in the history
Fixes #5
  • Loading branch information
p0deje committed Jul 20, 2023
1 parent b40b8f4 commit 0411d43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ruby/private/bundle.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def _rb_bundle_impl(repository_ctx):
environment = {
"BUNDLE_BIN": repr(binstubs_path),
"BUNDLE_GEMFILE": gemfile.basename,
"BUNDLE_IGNORE_CONFIG": "1",
"BUNDLE_SHEBANG": repr(ruby),
"PATH": path_separator.join([repr(ruby.dirname), repository_ctx.os.environ["PATH"]]),
},
Expand Down

0 comments on commit 0411d43

Please sign in to comment.