macOS
brew install rbenv-bundlerlocal Homebrew formula metadata
brew / rank 2532
Makes shims aware of bundle install paths. Version 1.0.1 via Homebrew; verified from local package data.
install
brew install rbenv-bundlerlocal Homebrew formula metadata
overview
Makes shims aware of bundle install paths
history
rbenv-bundler is an rbenv plugin that makes shims resolve executables installed within Bundler-managed project environments, reducing the need to type `bundle exec`.
rbenv-bundler began tagging releases in 2011. It evolved from a shim enhancement into a profile-and-manifest system capable of locating executables that satisfy each project's Gemfile constraints.
The project became opt-in in version 0.98, added later Bundler compatibility fixes, and reached version 1.0.1 in 2021 with a correction for platform-gem discovery in Gemfile.lock.
The plugin was distributed through Homebrew in addition to its standard rbenv plugin installation. Its version history records portability work for macOS, Linux, and BSD systems and compatibility fixes across changing Bundler releases.
Its specialized role reflects the rbenv ecosystem's preference for optional shell plugins instead of folding Bundler-aware gem execution into the core version manager.
Users enable the plugin with `rbenv bundler on`, select a project Ruby, install Bundler, and run `bundle install`. Rehash hooks then expose compatible project gem executables through ordinary rbenv shims.
The implementation reads project-local `.bundle/config` and falls back to `~/.bundle/config`. These files configure Bundler and are not credential stores.
rbenv-bundler is an instructive example of deep integration between three layers of Ruby tooling: rbenv's PATH shims, RubyGems executable layouts, and Bundler's dependency resolution.
Its long version history documents packaging edge cases involving platform gems, Git dependencies, Rubinius, Homebrew symlinks, cross-platform hashing, and Bundler configuration discovery.
security posture
No matching local secret-handling manifest was found for rbenv-bundler. Package metadata is still published here so future coverage has a stable package URL.
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
.bundle/config~/.bundle/configexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
rbenv-bundler | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/carsomyr/rbenv-bundler
install metadata
| Package key | brew:rbenv-bundler |
|---|---|
| Version | 1.0.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/rbenv-bundler |
| Homepage | https://github.com/carsomyr/rbenv-bundler |
| Repository | https://github.com/carsomyr/rbenv-bundler |
| License | Apache-2.0 |
| Source archive | https://github.com/carsomyr/rbenv-bundler/archive/refs/tags/1.0.1.tar.gz |
| Dependencies | rbenv |
| Bottle | available (on all) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | rbenv-bundler |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.