Scroll to navigation

BUNDLE(1) BUNDLE(1)

NAME

bundle - Ruby Dependency Management

SYNOPSIS

bundle COMMAND [--no-color] [--verbose] [ARGS]

DESCRIPTION

Bundler manages an application´s dependencies through its entire life across many machines systematically and repeatably.

See the bundler website http://bundler.io for information on getting started, and Gemfile(5) for more information on the Gemfile format.

OPTIONS

Prints all output without color
Prints out additional logging information

BUNDLE COMMANDS

We divide bundle subcommands into primary commands and utilities.

PRIMARY COMMANDS

install(1) bundle-install.1.html
Install the gems specified by the Gemfile or Gemfile.lock
Update dependencies to their latest versions
Package the .gem files required by your application into the vendor/cache directory
exec(1) bundle-exec.1.html
Execute a script in the context of the current bundle
Specify and read configuration options for bundler
help(1)
Displays detailed help for each subcommand

UTILITIES

Determine whether the requirements for your application are installed and available to bundler
Show all of the gems in the current bundle
Show the source location of a particular gem in the bundle
Show all of the outdated gems in the current bundle
Start an IRB session in the context of the current bundle
open(1)
Open an installed gem in the editor
Generate a visual representation of your dependencies
init(1)
Generate a simple Gemfile, placed in the current directory
Create a simple gem, suitable for development with bundler
Displays platform compatibility information
Cleans up unused gems in your bundler directory

OBSOLETE

These commands are obsolete and should no longer be used

  • bundle lock(1)
  • bundle unlock(1)
  • bundle cache(1)

December 2014