mirror of
https://github.com/mas-cli/mas
synced 2024-11-21 19:23:01 +00:00
💎 Configure bundler
Install gems to local .rubygems folder
This commit is contained in:
parent
77c2eb093a
commit
2315713a9d
1 changed files with 2 additions and 0 deletions
|
@ -2,3 +2,5 @@
|
|||
BUNDLE_CLEAN: "true"
|
||||
BUNDLE_BIN: "bin"
|
||||
BUNDLE_JOBS: "8"
|
||||
BUNDLE_DISABLE_SHARED_GEMS: "true"
|
||||
BUNDLE_PATH: ".rubygems"
|
||||
|
|
Loading…
Reference in a new issue