Whenever there are gems to be installed by reading a Gemfile, this is done through bundler.
install gems
The install command is what does the magic. This command should be executed in a directory that has a Gemfile :
bundle installWhenever there are gems to be installed by reading a Gemfile, this is done through bundler.
The install command is what does the magic. This command should be executed in a directory that has a Gemfile :
bundle install