[ruby] re-enable shared gems in bundler

pull/28/head
Alpha Chen 6 years ago
parent c92136fb2f
commit d1acebb50a

@ -5,4 +5,3 @@ BUNDLE_GEM__COC: "true"
BUNDLE_GEM__MIT: "true"
BUNDLE_GEM__TEST: "minitest"
BUNDLE_CONSOLE: "pry"
BUNDLE_DISABLE_SHARED_GEMS: "true"

@ -0,0 +1,4 @@
bundle() {
PATH_add .bundle/bin
export GEM_HOME="`pwd`/.bundle"
}
Loading…
Cancel
Save