From 2315713a9d148c3339e110461db80d61940d16f0 Mon Sep 17 00:00:00 2001 From: Ben Chatelain Date: Fri, 26 Jan 2018 19:40:27 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=8E=20Configure=20bundler?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Install gems to local .rubygems folder --- .bundle/config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bundle/config b/.bundle/config index 41afd47..8d2dd95 100644 --- a/.bundle/config +++ b/.bundle/config @@ -2,3 +2,5 @@ BUNDLE_CLEAN: "true" BUNDLE_BIN: "bin" BUNDLE_JOBS: "8" +BUNDLE_DISABLE_SHARED_GEMS: "true" +BUNDLE_PATH: ".rubygems"