Skip to content

Bump bootsnap from 1.4.4 to 1.5.1

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

Bumps bootsnap from 1.4.4 to 1.5.1.

Changelog

Sourced from bootsnap's changelog.

1.5.1

  • Workaround a Ruby bug in InstructionSequence.compile_file. (#332)

1.5.0

  • Add a command line to statically precompile the ISeq cache. (#326)

1.4.9

1.4.8

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
  • 8f3c54f Release 1.5.1
  • a415dda Merge pull request #333 from connorshea/patch-1
  • 03261ce Update input_to_output method arguments to use dissimilar names
  • b0e7318 Make the CLI respect BOOTSNAP_CACHE_DIR
  • 1aae379 Merge pull request #332 from Shopify/fix-precompile-encoding
  • a41af66 Fix cli default external encoding
  • ed25baa Fix CLI on Ruby 2.3
  • 2164320 Release 1.5.0
  • a5524c1 Merge pull request #329 from Shopify/github-actions
  • 2ec3678 Migrate fully to GitHub Actions
  • Additional commits viewable in compare view

Merge request reports