bundle install --without production
The production gem is not installed.
bundle install --with test
And the test gem
bundle install --with development
Will install the gem in development.
Recommended Posts