Skip to content

Bump bootsnap from 1.4.4 to 1.4.7

NipaNipa requested to merge dependabot/bundler/bootsnap-1.4.7 into master

Bumps bootsnap from 1.4.4 to 1.4.7.

Changelog

Sourced from bootsnap's changelog.

1.4.7

  • Various performance enhancements
  • Fix race condition in heavy concurrent load scenarios that would cause bootsnap to raise

1.4.6

  • Fix bug that was erroneously considering that files containing . in the names were being required if a different file with the same name was already being required

    Example:

    require 'foo'
    require 'foo.en'

    Before bootsnap was considering foo.en to be the same file as foo

  • Use glibc as part of the ruby_platform cache key

1.4.5

  • MRI 2.7 support
  • Fixed concurrency bugs
Commits
  • 530fdb1 Bump version to 1.4.7
  • 993f454 Merge pull request #309 from abicky/fix-vulnerability-of-atomic_write_cache_file
  • cd507c3 Handle non-existent load path entries
  • 56c6137 Merge pull request #312 from Shopify/path-scanner-refactor
  • 535e556 Refactor PathScanner to avoid Dir.glob
  • fc3acd5 Merge pull request #311 from Shopify/file-allocs
  • 68faeab Merge pull request #310 from Shopify/ruby-2.7
  • 17ad3cf Reduce allocations by freezing paths
  • 2cc49bb Update CI to test Ruby 2.7
  • cfd28c3 Ensure that temporary file is used only by one process
  • Additional commits viewable in compare view

Merge request reports