info > BUNDLE

📋 NAME

bundle - Ruby Dependency Management

🚀 Quick Reference

Use CaseCommandDescription
Install gems from Gemfilebundle install📦 Install the gems specified by the Gemfile or Gemfile.lock
Update dependenciesbundle update🔄 Update dependencies to their latest versions
Execute script in bundle contextbundle exec⚡ Execute a script in the current bundle
Add a new gembundle add ✨ Add the named gem to the Gemfile and run bundle install
Show outdated gemsbundle outdated📅 Show all of the outdated gems in the current bundle
Generate binstubsbundle binstubs🔧 Generate binstubs for executables in a gem
Check gem compatibilitybundle check✅ Determine whether requirements are installed and available
Show gem source locationbundle show 📍 Show the source location of a particular gem
Open gem in editorbundle open ✏️ Open an installed gem in the editor
Generate lockfilebundle lock🔒 Generate a lockfile for your dependencies

🛠️ 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 https://bundler.io for information on getting started, and Gemfile(5) for more information on the Gemfile format.

⚙️ OPTIONS

📦 BUNDLE COMMANDS

We divide bundle subcommands into primary commands and utilities:

🔑 PRIMARY COMMANDS

🛠️ UTILITIES

🔌 PLUGINS

When running a command that isn't listed in PRIMARY COMMANDS or UTILITIES, Bundler will try to find an executable on your path named bundler-<command> and execute it, passing down any extra arguments to it.

🗑️ OBSOLETE

These commands are obsolete and should no longer be used:

December 2021 — BUNDLE(1)

BUNDLE
📋 NAME 🚀 Quick Reference 🛠️ SYNOPSIS 📖 DESCRIPTION ⚙️ OPTIONS 📦 BUNDLE COMMANDS
🔑 PRIMARY COMMANDS 🛠️ UTILITIES
🔌 PLUGINS 🗑️ OBSOLETE

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-14 20:28 @2600:1f28:365:80b0:4d23:66fa:c2bb:7bae
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!