Skip to content

Commit 3646fb7

Browse files
committed
Use with_original_env to fix Bundler binstub error
1 parent e7b9103 commit 3646fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def in_example_app(*command_opts)
9393
app_dir = opts.fetch(:app_dir, app_dir)
9494
end
9595
Dir.chdir(app_dir) do
96-
Bundler.with_clean_env do
96+
Bundler.with_original_env do
9797
sh *command_opts unless command_opts.empty?
9898
yield if block_given?
9999
end

0 commit comments

Comments
 (0)