macOS
brew install rbenv-binstubslocal Homebrew formula metadata
brew / rank 14149
Make rbenv aware of bundler binstubs. Version 1.5 via Homebrew; verified from local package data.
install
brew install rbenv-binstubslocal Homebrew formula metadata
overview
Make rbenv aware of bundler binstubs
history
rbenv-binstubs is a shell-based rbenv plugin that discovers project Bundler binstubs and exposes them through rbenv shims.
Ian Heggie released rbenv-binstubs in 2013 as a plugin that teaches rbenv about project-specific Bundler binstubs. The current official repository is maintained under Purple-Devs and explicitly carries a maintainer-wanted notice.
Contributors expanded it to create shims for arbitrary executable files in a configured binstub directory, supporting workflows such as gems installed beneath `vendor/bundle`.
The supplied metadata records distribution through Homebrew. The official README reports that the project is no longer actively developed by its original maintainer and invites new maintainers, so current use belongs largely to established rbenv/Bundler workflows.
For each application, users generate binstubs, commonly beneath `.bundle/bin`, and run `rbenv rehash`. Commands such as `rake` can then resolve directly to the project binstub without an explicit `bundle exec`.
The plugin searches upward from the working directory for a Gemfile and allows temporary bypass through the `DISABLE_BINSTUBS` environment variable. `.bundle/bin` is a generated executable directory, not a documented configuration file.
rbenv-binstubs captures a distinctive period in Ruby tooling when `bundle exec` avoidance, Bundler-generated wrappers, and rbenv shims were frequently composed through small shell plugins.
It is also historically useful beside rbenv-bundler: the two projects pursue similar command-dispatch goals with different mechanisms and performance implications.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
rbenv-bundles | 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/Purple-Devs/rbenv-binstubs
install metadata
| Package key | brew:rbenv-binstubs |
|---|---|
| Version | 1.5 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/rbenv-binstubs |
| Homepage | https://github.com/Purple-Devs/rbenv-binstubs |
| Repository | https://github.com/Purple-Devs/rbenv-binstubs |
| License | MIT |
| Source archive | https://github.com/Purple-Devs/rbenv-binstubs/archive/refs/tags/v1.5.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-binstubs |
| Version Scheme | 0 |
| Revision | 1 |
| 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.