Skip to content

dep: bump bootsnap from 1.5.1 to 1.6.0

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

Bumps bootsnap from 1.5.1 to 1.6.0.

Changelog

Sourced from bootsnap's changelog.

1.6.0

  • Fix a Ruby 2.7/3.0 issue with YAML.load_file keyword arguments. (#342)
  • bootsnap precompile CLI use multiple processes to complete faster. (#341)
  • bootsnap precompile CLI also precompile YAML files. (#340)
  • Changed the load path cache directory from $BOOTSNAP_CACHE_DIR/bootsnap-load-path-cache to $BOOTSNAP_CACHE_DIR/bootsnap/load-path-cache for ease of use. (#334)
  • Changed the compile cache directory from $BOOTSNAP_CACHE_DIR/bootsnap-compile-cache to $BOOTSNAP_CACHE_DIR/bootsnap/compile-cache for ease of use. (#334)
Commits
  • 9a2f1f3 Release 1.6.0
  • 2376064 Merge pull request #342 from Shopify/improve-yaml-cache-args
  • 68bf00a Rework support for YAML symbolize_names and drop the Marshal fallback
  • eeed78c Merge pull request #341 from Shopify/precompile-multi-process
  • 79b0abe CLI: implement multiprocessing to speed precompilation
  • da891a3 Merge pull request #340 from Shopify/precompile-yaml
  • bbabbcd Automatically exclude gems spec/ and test/ directories from precompilation
  • 9981604 CLI: also precompile YAML cache
  • b6bfceb Merge pull request #339 from Shopify/precompile-yaml-cache
  • 5f3c3f0 YAML cache: freeze option should not change the cache key
  • Additional commits viewable in compare view

Merge request reports