Skip to content

chore(deps): bump puma from 7.0.4 to 7.1.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra#1652

Merged
josegonzalez merged 1 commit into
masterfrom
dependabot/bundler/buildpacks/buildpack-ruby/tests/ruby-sinatra/puma-7.1.0
Oct 20, 2025
Merged

chore(deps): bump puma from 7.0.4 to 7.1.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra#1652
josegonzalez merged 1 commit into
masterfrom
dependabot/bundler/buildpacks/buildpack-ruby/tests/ruby-sinatra/puma-7.1.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Oct 20, 2025

Copy link
Copy Markdown
Contributor

Bumps puma from 7.0.4 to 7.1.0.

Release notes

Sourced from puma's releases.

v7.1.0

7.1.0 / 2025-10-16 - Neon Witch

neon_witch

  • Features

    • Introduce after_worker_shutdown hook (#3707)
    • Reintroduce keepalive "fast inline" behavior. Provides faster (8x on JRuby & 1.4x on Ruby) pipeline processing (#3794)
  • Bugfixes

    • Skip reading zero bytes when request body is buffered (#3795)
    • Fix PUMA_LOG_CONFIG=1 logging twice with prune_bundler enabled (#3778)
    • Fix prune_bundler not showing in PUMA_LOG_CONFIG=1 output (#3779)
    • Guard ThreadPool method call, which may be nil during shutdown (#3791, #3790)
    • Set Thread.current.puma_server in Thread init code, not every request (#3774)
    • Fix race condition while deleting pidfile (#3657)

New Contributors

Full Changelog: puma/puma@v7.0.4...v7.1.0

Changelog

Sourced from puma's changelog.

7.1.0 / 2025-10-16

  • Features

    • Introduce after_worker_shutdown hook (#3707)
    • Reintroduce keepalive "fast inline" behavior. Provides faster (8x on JRuby & 1.4x on Ruby) pipeline processing (#3794)
  • Bugfixes

    • Skip reading zero bytes when request body is buffered (#3795)
    • Fix PUMA_LOG_CONFIG=1 logging twice with prune_bundler enabled (#3778)
    • Fix prune_bundler not showing in PUMA_LOG_CONFIG=1 output (#3779)
    • Guard ThreadPool method call, which may be nil during shutdown (#3791, #3790)
    • Set Thread.current.puma_server in Thread init code, not every request (#3774)
    • Fix race condition while deleting pidfile (#3657)
Commits
  • fb2a073 v7.1.0 (#3797)
  • 4edb9e9 client.rb - read_body - cleanup last lines of method (#3798)
  • 84a568a Update wait_for_less_busy_worker docs (#3757)
  • e59a604 Initialize only essential Launcher state before prune_bundler restart (#3...
  • 6844de7 client.rb - Skip reading zero bytes when request body is buffered (#3795)
  • 1d3d6b7 Set Thread.current.puma_server in Thread init code, not every request (#3774)
  • 9b34cde Adding syntax highlighting in k8s docs (#3782)
  • a2bd2f6 Add prune_bundler to Configuration::DEFAULTS (#3779)
  • d7a0854 ci: Update hey benchmark files, minor fixes and formatting (#3796)
  • ff08099 ci: Update Update test/rackup/sleep_fibonacci.ru, add test script (#3793)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [puma](https://github.com/puma/puma) from 7.0.4 to 7.1.0.
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/main/History.md)
- [Commits](puma/puma@v7.0.4...v7.1.0)

---
updated-dependencies:
- dependency-name: puma
  dependency-version: 7.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Oct 20, 2025
@josegonzalez josegonzalez merged commit cab7cde into master Oct 20, 2025
20 checks passed
@josegonzalez josegonzalez deleted the dependabot/bundler/buildpacks/buildpack-ruby/tests/ruby-sinatra/puma-7.1.0 branch October 20, 2025 17:51
josegonzalez added a commit that referenced this pull request Dec 3, 2025
- #1648 @josegonzalez: chore: update django from 5.1.4 to 5.2.7
- #1649 @dependabot: chore(deps): bump actions/setup-node from 5 to 6
- #1650 @dokku-bot: Update go to version v215
- #1651 @dokku-bot: Update python to version v314
- #1652 @dependabot: chore(deps): bump puma from 7.0.4 to 7.1.0 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1653 @dokku-bot: Update scala to version v102
- #1654 @dokku-bot: Update ruby to version v326
- #1655 @dokku-bot: Update python to version v315
- #1656 @dokku-bot: Update ruby to version v327
- #1657 @dokku-bot: Update nodejs to version v315
- #1658 @dokku-bot: Update php to version v277
- #1659 @dependabot: chore(deps-dev): bump heroku/heroku-buildpack-php from 276 to 277 in /buildpacks/buildpack-php/tests/php
- #1660 @dependabot: chore(deps): bump actions/upload-artifact from 4 to 5
- #1661 @dependabot: chore(deps): bump actions/download-artifact from 5 to 6
- #1662 @dokku-bot: Update python to version v316
- #1664 @dependabot: chore(deps): bump rake from 13.3.0 to 13.3.1 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1665 @dependabot: chore(deps): bump twig/twig from 3.21.1 to 3.22.0 in /buildpacks/buildpack-php/tests/php
- #1666 @dokku-bot: Update nodejs to version v316
- #1667 @dependabot: chore(deps): bump rack from 3.2.3 to 3.2.4 in /buildpacks/buildpack-multi/tests/multi
- #1668 @dependabot: chore(deps): bump rack from 3.2.3 to 3.2.4 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1669 @dependabot: chore(deps-dev): bump test-unit from 3.7.0 to 3.7.1 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1670 @dokku-bot: Update python to version v317
- #1671 @dokku-bot: Update go to version v216
- #1673 @dokku-bot: Update nodejs to version v317
- #1674 @dokku-bot: Update python to version v319
- #1675 @dokku-bot: Update ruby to version v328
- #1676 @dokku-bot: Update ruby to version v329
- #1677 @dokku-bot: Update nodejs to version v318
- #1678 @dependabot: chore(deps): bump actions/checkout from 5 to 6
- #1679 @dokku-bot: Update python to version v320
- #1680 @dokku-bot: Update python to version v321
- #1681 @dokku-bot: Update static to version v27
- #1682 @dokku-bot: Update php to version v278
- #1683 @dependabot: chore(deps-dev): bump heroku/heroku-buildpack-php from 277 to 278 in /buildpacks/buildpack-php/tests/php
- #1685 @dependabot: chore(deps-dev): bump test-unit from 3.7.1 to 3.7.3 in /buildpacks/buildpack-ruby/tests/ruby-sinatra
- #1686 @dependabot: chore(deps): bump symfony/twig-bridge from 5.2.12 to 8.0.0 in /buildpacks/buildpack-php/tests/php
- #1687 @dokku-bot: Update nodejs to version v319
- #1688 @dependabot: chore(deps): bump twig/twig from 3.22.0 to 3.22.1 in /buildpacks/buildpack-php/tests/php
- #1689 @dependabot: chore(deps): bump express from 5.1.0 to 5.2.1 in /buildpacks/buildpack-nodejs/tests/nodejs-express
- #1690 @dependabot: chore(deps): bump express from 5.1.0 to 5.2.1 in /buildpacks/buildpack-multi/tests/multi
- #1691 @dokku-bot: Update ruby to version v332
- #1692 @dokku-bot: Update python to version v322
- #1693 @dokku-bot: Update scala to version v104
@josegonzalez josegonzalez mentioned this pull request Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant