When I checked ...
Terminal
$ bundle install #Can be omitted in bundle
Compare the contents of Gemfile.lock with the one before bundle install and install only the updated gem
Terminal
$ bundle update
Ignore the contents of Gemfile.lock and install all gems
that's all!
Recommended Posts