Sha256: 3b434268e93561f41f924bc4c33709e474a2369e2bcaf1b3f413067e36bc9c5f
Contents?: true
Size: 859 Bytes
Versions: 1
Compression:
Stored size: 859 Bytes
Contents
# CHANGELOG ## 1.0.0 (2025-01-24) ### New features * Gem now works as a bundle plugin! ### Bug fixes * Fixed command name outputted when calling `bundle dependencies help`. ### Changes * Minimum supported Ruby version increased to 2.7. * `thor` version restrictions were relaxed, now allows any `1.x.y` version. ## 0.6.0 (2019-11-18) ### New features * Add `find` command to find all gems in the Gemfile which depend on a given gem. ### Bug fixes * Fix crash when calling `bundle dependencies graph` with a gem that isn't in the bundle. ### Changes * Handle invoking a command with help as the first argument (show the command's help). * Add global `--no-color` switch to disable colorizing output. ## 0.5.1 ### Bug fixes * Fix crash when called without a path argument. * Fix gemspec not setting up executables properly. ## 0.5.0 Initial version
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bundler-dependencies-1.0.0 | CHANGES.md |