Can BUNDLE_FROZEN
override a .bundle/config
: BUNDLE_FROZEN: "true"
#7510
-
And, in general, how does the final configuration compiled with? |
Beta Was this translation helpful? Give feedback.
Answered by
deivid-rodriguez
Oct 30, 2024
Replies: 1 comment 3 replies
-
See the configuration precedence in Bundler documentation here: https://bundler.io/v2.5/man/bundle-config.1.html. Cheers! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, sorry for the delay. In principle, a local
.bundle/config
file should take precedence overENV
, but a global~/.bundle/config
should not.If this is working differently, it's unexpected, yes.