From 668d7a0c49127e2a5e6c3dd01cc518b241d4f110 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 28 Feb 2017 18:54:49 +1100 Subject: test: add a bundle config This smooths over the transition for users who have an existing bundle config in this location due to having gems installed at the old path. Closes #2203. Signed-off-by: Misty De Meo --- Library/Homebrew/test/.bundle/config | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Library/Homebrew/test/.bundle/config (limited to 'Library') diff --git a/Library/Homebrew/test/.bundle/config b/Library/Homebrew/test/.bundle/config new file mode 100644 index 000000000..dcf3d1c4c --- /dev/null +++ b/Library/Homebrew/test/.bundle/config @@ -0,0 +1,3 @@ +--- +BUNDLE_PATH: "../vendor/bundle" +BUNDLE_DISABLE_SHARED_GEMS: '1' -- cgit v1.2.3