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" +}