Skip to content

dep: bump bootsnap from 1.12.0 to 1.13.0

George Koltsov requested to merge dependabot-bundler-bootsnap-1.13.0 into main

Bumps bootsnap from 1.12.0 to 1.13.0.

Changelog

Sourced from bootsnap's changelog.

1.13.0

  • Stop decorating Kernel.load. This used to be very useful in development because the Rails "classic" autoloader was using Kernel.load in dev and Kernel.require in production. But Zeitwerk is now the default, and it doesn't use Kernel.load at all.

    People still using the classic autoloader might want to stick to bootsnap 1.12.

  • Add Bootsnap.unload_cache!. Applications can call it at the end of their boot sequence when they know no more code will be loaded to reclaim a bit of memory.

Commits
  • 27735a5 Release 1.13.0
  • 8be976f Merge pull request #420 from Shopify/replace-cla-probot-with-action
  • 3dd29a8 Remove CLA from probot and use new GitHub action
  • b7455a3 Merge pull request #324 from knovok/master
  • 89434cc Merge pull request #388 from Shopify/drop-cache
  • f541922 Add missing fail-fast: false on CI
  • 901c0b7 Add Bootsnap.unload_cache!
  • 26fcb55 Add ChangeObserver.unregister
  • eec400e Remove Kernel.load caching.
  • 7b668e2 Merge pull request #418 from Shopify/drop-ruby-2.4
  • 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

Allure report

allure-report-publisher generated test report!

rspec: test report for d9cf3ab4

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| services    | 174    | 0      | 0       | 0     | 174   | ✅     |
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
| tasks       | 8      | 0      | 0       | 0     | 8     | ✅     |
| models      | 3      | 0      | 0       | 0     | 3     | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 234    | 0      | 0       | 0     | 234   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports