Dependency manager for the Ruby programming language. More information: https://bundler.io/man/bundle.1.html.
Gemfile
expected in the working directory:bundle install
bundle exec command arguments
Gemfile
and regenerate Gemfile.lock
:bundle update
Gemfile
:bundle update gem_name1 gem_name2
Gemfile
but only to the next patch version:bundle update --patch gem_name1 gem_name2
Gemfile
:bundle update --group development
Gemfile
with newer versions available:bundle outdated
bundle gem gem_name