From 668d7a0c49127e2a5e6c3dd01cc518b241d4f110 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Tue, 28 Feb 2017 18:54:49 +1100 Subject: [PATCH] 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 --- .gitignore | 3 +++ Library/Homebrew/test/.bundle/config | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 Library/Homebrew/test/.bundle/config diff --git a/.gitignore b/.gitignore index 7b1678561d..31dedcc937 100644 --- a/.gitignore +++ b/.gitignore @@ -56,3 +56,6 @@ !/CONTRIBUTING.md !/LICENSE.txt !/README.md + +# Unignore tests' bundle config +!/Library/Homebrew/test/.bundle diff --git a/Library/Homebrew/test/.bundle/config b/Library/Homebrew/test/.bundle/config new file mode 100644 index 0000000000..dcf3d1c4cf --- /dev/null +++ b/Library/Homebrew/test/.bundle/config @@ -0,0 +1,3 @@ +--- +BUNDLE_PATH: "../vendor/bundle" +BUNDLE_DISABLE_SHARED_GEMS: '1'