You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some projects need to use a custom Gemfile, bundler listen to the env var BUNDLE_GEMFILE and use that Gemfile path if given.
Maybe we could have a new command to set that ENV var. Should be something super simpler that uses (setenv "BUNDLE_GEMFILE" "filepath") and maybe list the files in a ibuffer to easy find the Gemfile.
The text was updated successfully, but these errors were encountered:
Some projects need to use a custom Gemfile, bundler listen to the env var
BUNDLE_GEMFILE
and use that Gemfile path if given.Maybe we could have a new command to set that ENV var. Should be something super simpler that uses
(setenv "BUNDLE_GEMFILE" "filepath")
and maybe list the files in a ibuffer to easy find the Gemfile.The text was updated successfully, but these errors were encountered: