From b2324228d28a8721def31f2fdc1f150c4645ab3c Mon Sep 17 00:00:00 2001 From: Andrew Stewart Date: Thu, 1 Sep 2016 14:36:39 -0700 Subject: [PATCH] Remove useless Bundler config This configuration setting isn't available in newer versions of Bundler, and is wiped from this config on `bundle install`. --- .bundle/config | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 .bundle/config diff --git a/.bundle/config b/.bundle/config deleted file mode 100644 index 7b908aac..00000000 --- a/.bundle/config +++ /dev/null @@ -1,2 +0,0 @@ ---- -BUNDLE_DISABLE_SHARED_GEMS: true