Skip to content

Bump bootsnap from 1.4.4 to 1.5.0

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

Bumps bootsnap from 1.4.4 to 1.5.0.

Changelog

Sourced from bootsnap's changelog.

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
  • 2164320 Release 1.5.0
  • a5524c1 Merge pull request #329 from Shopify/github-actions
  • 2ec3678 Migrate fully to GitHub Actions
  • b54a367 Merge pull request #326 from Shopify/executable
  • 25d0bd7 Add a bootsnap command to allow to precompile gems without booting the applic...
  • 0b7482d Merge pull request #323 from Shopify/cut-1.4.9
  • cb05a43 Bump version to 1.4.9
  • 3fff890 Allow pushing to Rubygems in the gemspec
  • c4f0228 Bump version to 1.4.9.rc1
  • 652da3f Merge pull request #322 from Shopify/these-are-not-static
  • Additional commits viewable in compare view

Merge request reports