1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-07 17:09:05 +00:00
dotfiles/files/ruby/.bundle/config
2019-12-17 01:29:45 +05:30

10 lines
268 B
Plaintext

---
BUNDLE_PATH: "vendor/bundle"
BUNDLE_DEFAULT_INSTALL_USES_PATH: "true"
BUNDLE_ALLOW_OFFLINE_INSTALL: "true"
BUNDLE_CACHE_ALL: "true"
BUNDLE_GLOBAL_GEM_CACHE: "true"
BUNDLE_GEM__TEST: "false"
BUNDLE_GEM__MIT: "false"
BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries"