1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-04 17:09:12 +00:00
dotfiles/files/ruby/.bundle/config
2021-02-09 13:17:09 +05:30

16 lines
432 B
Plaintext

---
BUNDLE_PATH: "vendor/bundle"
BUNDLE_GLOBAL_GEM_CACHE: "true"
BUNDLE_FORCE_RUBY_PLATFORM: "true"
BUNDLE_DEFAULT_INSTALL_USES_PATH: "true"
BUNDLE_ALLOW_OFFLINE_INSTALL: "true"
BUNDLE_CACHE_ALL: "true"
BUNDLE_BUILD__NOKOGIRI: "--use-system-libraries"
BUNDLE_DISABLE_SHARED_GEMS: "true"
BUNDLE_GEM__COC: "true"
BUNDLE_GEM__TEST: "false"
BUNDLE_GEM__MIT: "false"
BUNDLE_JOBS: "8"
BUNDLE_GEM__CI: "github"
BUNDLE_GEM__RUBOCOP: "true"