Bundler
  • Docs
  • Team
  • Blog
  • Repository

Guides

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

  • Frequently Asked Questions
  • 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 Sinatra
  • How to use git bisect with Bundler
  • How to write a Bundler plugin

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
  • bundle help

Utilities

  • bundle
  • bundle add
  • bundle binstubs
  • bundle check
  • bundle clean
  • bundle console
  • bundle doctor
  • bundle gem
  • bundle info
  • bundle init
  • bundle inject
  • bundle list
  • bundle lock
  • bundle open
  • bundle outdated
  • bundle platform
  • bundle plugin
  • bundle pristine
  • bundle remove
  • bundle show
  • bundle version
  • bundle viz
  • gemfile

Release Notes

What's new in

  • Version v2.2
  • Version v2.1
  • Version v2.0
  • Version v1.17
  • Version v1.16
  • Version v1.15
  • Version v1.14
  • Version v1.13
  • Version v1.12
  • Version v1.11
  • Version v1.10
  • Version v1.9
  • Version v1.8
  • Version v1.7
  • Version v1.6
  • Version v1.5
  • Version v1.3
  • Version v1.2
  • Version v1.1
  • Version v1.0
  • Docs
  • Team
  • Blog
  • Repository