Breaking
- Support for Ruby 2.0, 2.1 and 2.2 has been dropped, the minimum supported
Ruby version is now 2.3.
David Rodríguez
Enhancements
-
Use
Array#-
in unwind logic, since it performs better thanArray#&
, so it
speeds up resolution.
Lukas Oberhuber -
Allow specification provider to customize how dependencies are compared when
grouping specifications with the same dependencies.
David Rodríguez
Bug Fixes
- None.