macOS
brew install rbenv-bundlerlocal Homebrew formula metadata
安装
brew install rbenv-bundlerlocal Homebrew formula metadata
概览
Makes shims aware of bundle install paths
历史
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.
安全态势
没有找到 rbenv-bundler 的匹配本地密钥处理 manifest。软件包元数据仍在此发布,以便未来覆盖拥有稳定的软件包 URL。
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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/config可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
rbenv-bundler | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
https://github.com/carsomyr/rbenv-bundler
安装元数据
| 软件包键 | brew:rbenv-bundler |
|---|---|
| 版本 | 1.0.1 |
| 软件包管理器 | Homebrew |
| 软件包管理器页面 | https://formulae.brew.sh/formula/rbenv-bundler |
| 主页 | https://github.com/carsomyr/rbenv-bundler |
| 仓库 | https://github.com/carsomyr/rbenv-bundler |
| 许可证 | Apache-2.0 |
| 源码归档 | https://github.com/carsomyr/rbenv-bundler/archive/refs/tags/1.0.1.tar.gz |
| 依赖 | rbenv |
| Bottle | 可用 (于 all) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| 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 |
|
来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.