DEV Community

Discussion on: Always install Bundler alongside Ruby with rbenv

Collapse
 
philnash profile image
Phil Nash

My recent production servers have been Heroku, so I already get a Ruby environment with Bundler installed.

If I was building servers with rbenv/ruby-build I think I'd prefer to codify the installation of bundler into the config and server management itself, rather than rely on this light bit of obfuscation to that process. I think this is more useful for a development machine.