I'd love to have a Gemfile in Bundler that just sets my own personal Gemfiles to always be bult into bundles...
aka ruby-debug, interactive-editor, and so forth.
Any idea how to do this?
One way to do this is to create different evnironments
group :scott do
end
Then
bundle --with-env=scott