Getting Started
Guides
Dependency Management
- How to manage application dependencies with Bundler
- How to manage dependencies with Bundler
- How to update gems with Bundler
- How to manage groups of gems
- How to install gems from git repositories
- Recommended Workflow with Version Control
- How to use Bundler with Ruby
- How to use Bundler in a single-file Ruby script
- How to deploy bundled applications
Gem Development
Publishing & Security
- Trusted Publishing
- Setting up multi-factor authentication
- Using multi-factor authentication in command line
- MFA requirement opt in
- Managing owners using UI
- Organizations
- Removing a Published gem
- Security Practices
Integrations
- How to use Bundler with Rails
- How to use Bundler with Sinatra
- How to use Bundler with Docker
- How to use Bundler with RubyMotion
Hosting & Sources
Extending
Troubleshooting
- How to troubleshoot RubyGems and Bundler TLS/SSL Issues
- SSL Certificate Update
- How to use git bisect with Bundler
Concepts
Reference
- gem Command Reference
- Bundler Command Reference
- Gemfile Reference
- Ruby Directive
- Specification Reference
- RubyGems.org API
- RubyGems.org API V2.0
- RubyGems.org Compact Index API
- RubyGems.org rate limits
- API key scopes
- Bundler compatibility with Ruby
- Known Bundler Plugins
Appendix
Known Plugins
-
bootboot - Dualbooting your ruby app made easy.
-
bundler-as_of - Resolve gem dependencies as-of a date in the past.
-
bundler-changelogs - A bundler plugin that shows changelogs of your gem dependencies that specify changelog urls [not yet filtered to git version updates].
-
bundler-commentate - Bundler plugin to add gem summaries to a Gemfile
-
bundler-console - A bundler plugin that starts a console session with your gem dependencies.
-
bundler-ctags_generator - Provides a hook after gem installation to generate ctags
-
bundler-dependency_graph - Generate a visual representation of your gem dependencies.
-
bundler-download - bundler-download is a Bundler plugin for auto-downloading specified extra files on
bundle install -
bundler-ecology - Bundler plugin to avoid installing unwanted gems
-
bundler-graph - Generates a visual dependency graph for your Gemfile
-
bundler-inject - A bundler plugin that allows extension of a project with personal and overridden gems
-
bundler-install_dash_docs - Bundler plugin to install gem documentation into the macOS documentation browser Dash https://kapeli.com/dash
-
bundler-licensed - A bundler hook for https://github.com/github/licensed
-
bundler-mac - exclude your bundle from Time Machine and Spotlight on macOS
-
bundler-multilock - Support Multiple Lockfiles
-
bundler-override - This bundler plugin allows to change dependencies for a gem. It can be helpful in situation when a developer needs to use some other dependency than default for the gem.
-
bundler-private_install - A Bundler plugin that installs gems in an additional private Gemfile after bundle install.
-
bundler-source-aws-s3 - Add aws-s3 source to bundler via plugin.
-
bundler-symlink - Post-install hook for bundler to symlink to all gems from a local directory
-
bundler-versions_report - At the end of
bundle updatereport all updated major and minor versions -
bundler-why - Explains the presence of a dependency.
-
extended_bundler-errors - Extended Errors for Bundler