From 49f09f6a023d561aff38b5ed5b800a39421feea3 Mon Sep 17 00:00:00 2001 From: bryan Date: Fri, 29 Jun 2018 00:46:30 -0400 Subject: [PATCH] Save bundler gems to default rubygems path --- cv.bryanroessler.com/.bundle/config | 1 - 1 file changed, 1 deletion(-) diff --git a/cv.bryanroessler.com/.bundle/config b/cv.bryanroessler.com/.bundle/config index 1c42208..298a6ea 100644 --- a/cv.bryanroessler.com/.bundle/config +++ b/cv.bryanroessler.com/.bundle/config @@ -1,4 +1,3 @@ --- -BUNDLE_PATH: "_vendor/bundle" BUNDLE_DISABLE_SHARED_GEMS: "true" BUNDLE_CLEAN: "true"