Skip to content

dep: bump bootsnap from 1.6.0 to 1.7.0

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

Bumps bootsnap from 1.6.0 to 1.7.0.

Changelog

Sourced from bootsnap's changelog.

1.7.0

  • Fix detection of YAML files in gems.
  • Adds an instrumentation API to monitor cache misses.
  • Allow to control the behavior of require 'bootsnap/setup' using environment variables.
  • Deprecate the disable_trace option.
  • Deprecate the ActiveSupport::Dependencies (AKA Classic autoloader) integration. (#344)
Commits
  • d1b087c Release 1.7.0
  • 7721859 Fix detection of YAML files in gems
  • 0dc8f2b Adds an instrumentation API to monitor cache misses
  • 4bf7a66 Enable ISeq caching on 2.5.4+
  • 04dfc1b Remove outdated README.jp.md
  • 9d6ff0e Allow to control the behavior of require 'bootsnap/setup' using environment...
  • 0a1283d Deprecate disable_trace option
  • 8c7845d Merge pull request #344 from Shopify/deprecate-activesupport
  • 2d45c5e Deprecate ActiveSupport::Dependencies integration
  • b941bad Allow to turn caches off through environment variables
  • Additional commits viewable in compare view

Merge request reports