Package rubygem-bundler

Library and utilities to manage a Ruby application's gem dependencies

https://bundler.io

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

Version: 2.3.25

General Commands

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

File Formats

gemfile A format for describing gem dependencies for Ruby programs