mas/.bundle/config
Ben Chatelain 2315713a9d 💎 Configure bundler
Install gems to local .rubygems folder
2018-01-26 19:40:45 -07:00

6 lines
120 B
Text

---
BUNDLE_CLEAN: "true"
BUNDLE_BIN: "bin"
BUNDLE_JOBS: "8"
BUNDLE_DISABLE_SHARED_GEMS: "true"
BUNDLE_PATH: ".rubygems"