Skip to content

Bump bootsnap from 1.9.3 to 1.9.4

George Koltsov requested to merge dependabot-bundler-bootsnap-1.9.4 into master

Bumps bootsnap from 1.9.3 to 1.9.4.

Changelog

Sourced from bootsnap's changelog.

1.9.4

  • Ignore absolute paths in the loaded feature index. (#385) This fixes a compatibility issue with Zeitwerk when Zeitwerk is loaded before bootsnap. It also should reduce the memory usage and improve load performance of Zeitwerk managed files.

  • Automatically invalidate the load path cache whenever the Ruby version change. (#387) This is to avoid issues in case the same installation path is re-used for subsequent ruby patch releases.

Commits
  • 9674809 Release 1.9.4
  • 7ccddb7 Merge pull request #385 from Shopify/zeitwerk-compat
  • 6253a68 LoadedFeaturesIndex#register: Ignore absolute paths entirely
  • 728845d Merge pull request #387 from Shopify/load-path-cache-version
  • 8726b29 Ignore load path caches generated by a different ruby version
  • 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

Merge request reports