From d1acebb50a56786e9b5ceff8e698de9cf2ddac24 Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 9 Jun 2018 09:53:27 -0700 Subject: [PATCH] [ruby] re-enable shared gems in bundler --- .bundle/config | 1 - .direnvrc | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .direnvrc diff --git a/.bundle/config b/.bundle/config index 8b386d2..34fced8 100644 --- a/.bundle/config +++ b/.bundle/config @@ -5,4 +5,3 @@ BUNDLE_GEM__COC: "true" BUNDLE_GEM__MIT: "true" BUNDLE_GEM__TEST: "minitest" BUNDLE_CONSOLE: "pry" -BUNDLE_DISABLE_SHARED_GEMS: "true" diff --git a/.direnvrc b/.direnvrc new file mode 100644 index 0000000..3b25c25 --- /dev/null +++ b/.direnvrc @@ -0,0 +1,4 @@ +bundle() { + PATH_add .bundle/bin + export GEM_HOME="`pwd`/.bundle" +}