Skip to content

dep: bump bootsnap from 1.13.0 to 1.14.0

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

Bumps bootsnap from 1.13.0 to 1.14.0.

Changelog

Sourced from bootsnap's changelog.

1.14.0

  • Require Ruby 2.6.
  • Add a way to skip directories during load path scanning. If you have large non-ruby directories in the middle of your load path, it can severly slow down scanning. Typically this is a problem with node_modules. See #277.
  • Fix Bootsnap.unload_cache!, it simply wouldn't work at all becaue of a merge mistake. See #421.
Commits
  • 98825f8 Release 1.14.0
  • 0cbe7bf Fix an uninitialized instance variable warning in test
  • cff5fc7 Run platforms CI on Ruby 2.6
  • 13fd9e6 Merge pull request #425 from delphaber/patch-1
  • 35297ec Fix small typo
  • b6f0b3f Require ruby 2.6+
  • bbd7bad Remove some long deprecated setup options
  • fd54ddf Merge pull request #424 from Shopify/ignore-dirs
  • 4b7c16a Add a way to skip direcftories during load path scanning
  • fbb7146 Fix Bootsnap.unload_cache!
  • See full diff 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 dd5bd24a

+------------------------------------------------------------------+
|                        behaviors summary                         |
+-------------+--------+--------+---------+-------+-------+--------+
|             | passed | failed | skipped | flaky | total | result |
+-------------+--------+--------+---------+-------+-------+--------+
| services    | 181    | 0      | 0       | 0     | 181   | ✅     |
| jobs        | 14     | 0      | 0       | 0     | 14    | ✅     |
| controllers | 25     | 0      | 0       | 0     | 25    | ✅     |
| models      | 4      | 0      | 0       | 0     | 4     | ✅     |
| tasks       | 9      | 0      | 0       | 0     | 9     | ✅     |
| system      | 10     | 0      | 0       | 0     | 10    | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
| Total       | 243    | 0      | 0       | 0     | 243   | ✅     |
+-------------+--------+--------+---------+-------+-------+--------+
Edited by George Koltsov

Merge request reports