Skip to content

dep: bump puma from 6.0.0 to 6.0.1

George Koltsov requested to merge dependabot-bundler-puma-6.0.1 into main

Bumps puma from 6.0.0 to 6.0.1.

Changelog

Sourced from puma's changelog.

6.0.1 / 2022-12-12

  • Bugfixes
    • Handle waking up a closed selector in Reactor#add (#3005)
    • Fixup response processing, enumerable bodies (#3004, #3000)
    • Correctly close app body for all code paths (#3002, #2999)
  • Refactor
    • Add IOBuffer to Client, remove from ThreadPool thread instances (#3013)
Commits


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 3003a170

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

Merge request reports