💎 Configure bundler

Install gems to local .rubygems folder
This commit is contained in:
Ben Chatelain 2018-01-26 19:40:27 -07:00
parent 77c2eb093a
commit 2315713a9d

View file

@ -2,3 +2,5 @@
BUNDLE_CLEAN: "true"
BUNDLE_BIN: "bin"
BUNDLE_JOBS: "8"
BUNDLE_DISABLE_SHARED_GEMS: "true"
BUNDLE_PATH: ".rubygems"