bundler.el icon indicating copy to clipboard operation
bundler.el copied to clipboard

Add option to set a BUNDLE_GEMFILE

Open arthurnn opened this issue 9 years ago • 1 comments

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.

arthurnn avatar May 15 '15 15:05 arthurnn

Great idea. Added a bundle-gemfile command with 89777e7fa0caed6bd8dc34be0a619418300d7174. Let me know if that doesn't do the trick for some reason.

endofunky avatar May 27 '15 09:05 endofunky