I\'m still new to rails/ruby/bundler and am a little confused.
In our config/application.rb file there\'s this bundler segment:
config/application.rb
if defined?(
Take a look at --without option:
--without
bundle install --without development test
By default Bundler installs all gems and your application uses the gems that it needs. Bundler itself knows nothing about Rails and the current environment.