>_ linuxcommand.dev
Startseite bundler
Programming

bundler

Manages Ruby dependencies via Gemfile

Syntax
$bundle [command] [options]
Optionen
install
exec
update
config
Examples
Examples
$bundle install
Examples
$bundle exec rspec
Examples
$bundle update
Alternatives
Typical use cases
Install project dependencies
Run commands in bundle context
Pin gem versions
Note Ensures reproducible gem versions per project.
Export