Bump bootsnap from 1.10.3 to 1.11.1
Bumps bootsnap from 1.10.3 to 1.11.1.
Changelog
Sourced from bootsnap's changelog.
1.11.1
- Fix the
can't modify frozen Hasherror on load path cache mutation. See #411.1.11.0
Drop dependency on
fileutils.Better respect
Kernel#requireduck typing. While it almost never comes up in practice,Kernel#requirefollow a fairly intricate duck-typing protocol on its argument implemented asrb_get_path(VALUE)in MRI. So when applicable we bindrb_get_pathand use it for improved compatibility. See #396 and #406.Get rid of the
Kernel.require_relativedecorator by resolving$LOAD_PATHmembers to their real path. This way we handle symlinks in$LOAD_PATHmuch more efficiently. See #402 for the detailed explanation.Drop support for Ruby 2.3 (to allow getting rid of the
Kernel.require_relativedecorator).
Commits
-
5bb937aRelease 1.11.1 -
94e56f9Fixcan't modify frozen Hasherror. -
c365322Release 1.11.0 -
ad68ea5Merge pull request #407 from Shopify/no-file-utils -
843c101Drop dependency on FileUtils -
4f60408Fix LoadPathCache deduplication -
cb1adaeMerge pull request #406 from Shopify/rb-get-path -
671d1d4Bindrb_get_pathto better respect Kernel#require duck-type -
18b701aMerge pull request #405 from teoljungberg/fix-typo -
8f9c7f1Fix typo - Additional commits viewable in compare view