Ruby-Bundler
- bundle-add(1) add - Add gem to the Gemfile and run bundle install
- bundle-binstubs(1) binstubs - Install the binstubs of the listed gems
- bundle-cache(1) cache - Package your needed .gem files into your application
- bundle-check(1) check - Verifies if dependencies are satisfied by installed gems
- bundle-clean(1) clean - Cleans up unused gems in your bundler directory
- bundle-config(1) config - Set bundler configuration options
- bundle-doctor(1) doctor - Checks the bundle for common problems
- bundle-exec(1) exec - Execute a command in the context of the bundle
- bundle-gem(1) gem - Generate a project skeleton for creating a rubygem
- bundle-info(1) info - Show information for the given gem in your bundle
- bundle-init(1) init - Generates a Gemfile into the current working directory
- bundle-inject(1) inject - Add named gem(s) with version requirements to Gemfile
- bundle-install(1) install - Install the dependencies specified in your Gemfile
- bundle-list(1) list - List all the gems in the bundle
- bundle-lock(1) lock - Creates / Updates a lockfile without installing
- bundle-open(1) open - Opens the source directory for a gem in your bundle
- bundle-outdated(1) outdated - List installed gems with newer versions available
- bundle-platform(1) platform - Displays platform compatibility information
- bundle-pristine(1) pristine - Restores installed gems to their pristine condition
- bundle-remove(1) remove - Removes gems from the Gemfile
- bundle-show(1) show - Shows all the gems in your bundle, or the path to a gem
- bundle-update(1) update - Update your gems to the latest available versions
- bundle-viz(1) viz - Generates a visual dependency graph for your Gemfile
- bundle(1) Ruby Dependency Management
- bundler(1) Ruby Dependency Management
- gemfile(5) A format for describing gem dependencies for Ruby programs