bundle
Ruby Dependency Management
Subcommands
Name | Description |
---|---|
install | Install the gems specified by the Gemfile or Gemfile.lock |
update | Update dependencies to their latest versions |
package | Package the .gem files required by your application into the vendor/cache directory |
exec | Execute a command in the context of the bundle |
config | |
help | |
add | Add gem to the Gemfile and run bundle install |
binstubs | Install the binstubs of the listed gems |
check | Determine whether the requirements for your application are installed and available to Bundler |
show | Show the source location of a particular gem in the bundle |
outdated | Show all of the outdated gems in the current bundle |
console | Start an IRB session in the current bundle |
open | Open an installed gem in the editor |
lock | Generate a lockfile for your dependencies |
viz | Generate a visual representation of your dependencies |
init | Generate a simple Gemfile, placed in the current directory |
gem | Create a simple gem, suitable for development with Bundler |
platform | Display platform compatibility information |
clean | Clean up unused gems in your Bundler directory |
doctor | Display warnings about common problems |
Options
Name | Description |
---|---|
--no-color | Print all output without color |
--retry, -r | Specify the number of times you wish to attempt network commands |
--verbose, -V | Print out additional logging information |