Bump bootsnap from 1.10.1 to 1.10.2
Bumps bootsnap from 1.10.1 to 1.10.2.
Changelog
Sourced from bootsnap's changelog.
1.10.2
Reduce the
Kernel.require
extra stack frames some more. Now bootsnap should only add one extra frame perrequire
call.Better check
freeze
option support in JSON compile cache. PreviouslyJSON.load_file(..., freeze: true)
would be cached even when the msgpack version is missing support for it.
Commits
-
7b7bfca
Release 1.10.2 -
23b619f
Reduce theKernel.require
extra stack frames some more. -
12169cd
Simplify LoadError handling -
8ddb820
Improve CacheTest#test_path_encoding -
1da7c3c
Check msgpack freeze support in JSON compile cache -
e677919
Merge pull request #394 from elia/patch-1 -
647e7e6
Typo - See full diff 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