Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.11 KB

File metadata and controls

33 lines (18 loc) · 1.11 KB

0.7.0 (2026-02-19)

  • Fix platform information loss #67

0.6.1 (2026-02-19)

  • Gem dependency updates and rubocop fixes

0.6.0 (2026-02-06)

  • Signal bundler that locked specs have invalid dependencies #61

0.5.0 (2025-05-03)

  • Allow YAML arrays and CSVs for versions #41

0.4.0 (2025-05-03)

  • Allow existing lockfiles to be noticed #37

0.3.0 (2025-05-03)

  • BREAKING CHANGE: Add resolution versions to concrete dependencies #27

0.2.0 (2025-03-23)

  • BREAKING CHANGE: Refactor to use config file #18 To upgrade to this version you must now supply a .bundler-resolutions.yml file. This can be in the root of your project, or the location to it can be specified using the BUNDLER_RESOLUTIONS_CONFIG ENV.

0.1.0 (2024-10-02)

  • First version