Skip to content

dependency: bump bootsnap from 1.9.1 to 1.9.3

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

Bumps bootsnap from 1.9.1 to 1.9.3.

Changelog

Sourced from bootsnap's changelog.

1.9.3

  • Only disable the compile cache for source files impacted by Ruby 3.0.3 [Bug 18250]. This should keep the performance loss to a minimum.

1.9.2

  • Disable compile cache if Ruby 3.0.3's ISeq cache bug is detected. AKA iseq.rb:13 to_binary: wrong argument type false (expected Symbol)
  • Fix Kernel.load behavior: before load 'a' would load a.rb (and other tried extensions) and wouldn't load a unless development_mode: true, now only a would be loaded and files with extensions wouldn't be.
Commits
  • a0aa3d2 Release 1.9.3
  • 6d609ae Merge pull request #380 from Shopify/finely-grained-3.0.3-fix
  • ee5982e Only disable the compile cache for source files impacted by Ruby 3.0.3 [Bug #...
  • d653813 Release 1.9.2
  • 1aea48e Automatically detect Ruby 3.1.0-dev's anonymous params bug
  • b718e07 Merge pull request #379 from Shopify/improve-ci
  • acefed8 Run CI against ruby debug builds and run it nightly
  • e1882c5 Merge pull request #373 from ojab/optimize_upper_dir_relative_paths
  • 2715ef6 Optimize relative ../ paths resolution
  • 89b1e97 Optimize LoadedFeatureIndex#register
  • Additional commits viewable 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