Bundler
  • Docs
  • Team
  • Blog
  • Repository

Guides

Step-by-step tutorials that include useful explanations and detailed instructions to help you get up and running.

  • Bundler in gems
  • Frequently Asked Questions
  • Gemfiles
  • Getting Started
  • How to Upgrade to Bundler 2
  • How to create a Ruby gem with Bundler
  • How to deploy bundled applications
  • How to install gems from git repositories
  • How to manage application dependencies with Bundler
  • How to manage groups of gems
  • How to package and share code using a Gemfile
  • How to troubleshoot RubyGems and Bundler TLS/SSL Issues
  • How to update gems with Bundler
  • How to use Bundler in a single-file Ruby script
  • How to use Bundler with Docker
  • How to use Bundler with Rails
  • How to use Bundler with Ruby
  • How to use Bundler with RubyMotion
  • How to use Bundler with Sinatra
  • How to use git bisect with Bundler
  • How to write a Bundler plugin
  • Known Plugins
  • Recommended Workflow with Version Control
  • Ruby Directive
  • Why Bundler exists

Reference Guides

In-depth articles with information on each primary command and utility, and how to use them.

Primary Commands

  • bundle install
  • bundle update
  • bundle cache
  • bundle exec
  • bundle config

Utilities

  • bundle
  • bundle add
  • bundle binstubs
  • bundle check
  • bundle clean
  • bundle console
  • bundle doctor
  • bundle env
  • bundle fund
  • bundle gem
  • bundle help
  • bundle info
  • bundle init
  • bundle inject
  • bundle issue
  • bundle licenses
  • bundle list
  • bundle lock
  • bundle open
  • bundle outdated
  • bundle platform
  • bundle plugin
  • bundle pristine
  • bundle remove
  • bundle show
  • bundle version
  • bundle viz
  • gemfile
  • Docs
  • Team
  • Blog
  • About
  • Repository