dep: 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 Hash
error on load path cache mutation. See #411.1.11.0
Drop dependency on
fileutils
.Better respect
Kernel#require
duck typing. While it almost never comes up in practice,Kernel#require
follow a fairly intricate duck-typing protocol on its argument implemented asrb_get_path(VALUE)
in MRI. So when applicable we bindrb_get_path
and use it for improved compatibility. See #396 and #406.Get rid of the
Kernel.require_relative
decorator by resolving$LOAD_PATH
members to their real path. This way we handle symlinks in$LOAD_PATH
much more efficiently. See #402 for the detailed explanation.Drop support for Ruby 2.3 (to allow getting rid of the
Kernel.require_relative
decorator).
Commits
-
5bb937a
Release 1.11.1 -
94e56f9
Fixcan't modify frozen Hash
error. -
c365322
Release 1.11.0 -
ad68ea5
Merge pull request #407 from Shopify/no-file-utils -
843c101
Drop dependency on FileUtils -
4f60408
Fix LoadPathCache deduplication -
cb1adae
Merge pull request #406 from Shopify/rb-get-path -
671d1d4
Bindrb_get_path
to better respect Kernel#require duck-type -
18b701a
Merge pull request #405 from teoljungberg/fix-typo -
8f9c7f1
Fix typo - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
@dependabot-bot rebase
will rebase this MR -
@dependabot-bot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts