Skip to content

Commit 7fcb742

Browse files
committed
Use the bundler environment to support bundle configurations
1 parent c45b7ee commit 7fcb742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/spring/application_manager.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def stop
9393
def start_child(preload = false)
9494
@child, child_socket = UNIXSocket.pair
9595

96-
Bundler.with_unbundled_env do
96+
Bundler.with_original_env do
9797
bundler_dir = File.expand_path("../..", $LOADED_FEATURES.grep(/bundler\/setup\.rb$/).first)
9898
@pid = Process.spawn(
9999
{

0 commit comments

Comments
 (0)