Skip to content

Releases: dvandersluis/bundler-dependencies

v1.0.0

24 Jan 20:19
18a5823
Compare
Choose a tag to compare

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.

Full Changelog

v0.6.0...v1.0.0

v0.6.0

24 Jan 17:02
Compare
Choose a tag to compare

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.

Full Changelog

https://github.com/dvandersluis/bundler-dependencies/compare/6384987..v0.6.0