- RubyGems Basics
- What is a gem?
- Make your own gem
- Gems with Extensions
- Name your gem
- Publishing your gem
- Security Practices
- Managing owners using UI
- Removing a Published gem
- SSL Certificate Update
- Patterns
- Specification Reference
- Command Reference
- RubyGems.org API
- RubyGems.org API V2.0
- RubyGems.org Compact Index API
- RubyGems.org rate limits
- API key scopes
- Run your own gem server
- Setting up multi-factor authentication
- Using multi-factor authentication in command line
- MFA requirement opt in
- Using S3 as gem source
- Default gems and bundled gems
- Resources
- Contributing to RubyGems
- Frequently Asked Questions
- Plugins
- Common Vulnerabilities and Exposures
- Trusted Publishing
- Organizations
- Credits
Bundler
- Bundler in gems
- Gemfiles
- Getting Started
- How to Upgrade to Bundler 2
- 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 manage dependencies with Bundler
- 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
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