Any way to use the BUNDLE_DEPLOYMENT: "true"
config, but still use system-wide gems?
#7877
-
in my .bundle/config, I'd like to use (I use rbenv and several versions of ruby and jruby, so I don't really mean system-wide i mean just the ones that rbenv would usually use when you do |
Beta Was this translation helpful? Give feedback.
Answered by
mohamedhafez
Jul 19, 2024
Replies: 1 comment
-
It looks like setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mohamedhafez
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It looks like setting
BUNDLE_PATH__SYSTEM: "true"
in .bundle/config does just that!