Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Difference bundle, bundle install, bundle update [duplicate]

Tags:

bundle

What are differences amongst bundle, bundle install, bundle update?

Could you tell me when I should use

bundle
bundle install
bundle update
like image 252
shin Avatar asked Jun 30 '13 07:06

shin


1 Answers

Bundle install will install gems according to Gemfile spec and put them in gemenv. Bundle update updates all gems to the latest version.

like image 76
shin Avatar answered Sep 23 '22 15:09

shin