Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2025

Bumps the gems group with 3 updates: puma, rubocop and rubocop-minitest.

Updates puma from 6.6.1 to 7.0.1

Release notes

Sourced from puma's releases.

v7.0.1

What's Changed

Full Changelog: puma/puma@v7.0.0...v7.0.1

v7.0.0 - Romantic Warrior

7.0.0

  • Breaking changes
    • Set default max_keep_alive to 999 (#3719)
    • Increase persistent_timeout default to 65 seconds (#3378)
    • Raise an ArgumentError if no block given to hooks (#3377)
    • Don't set env['HTTP_VERSION'] for Rack > 3.1 (#3711, #3576)
    • Runner.rb - remove ruby_engine method, deprecated Nov-2024 (#3701)
    • Set conditional config defaults after CLI options are parsed and config files are loaded (#3297)
    • Response headers set to lowercase (#3704)
    • Update minimum Ruby version to 3.0 (#3698)
    • Rename callback hooks (#3438)
Old hook name New hook name
on_worker_boot before_worker_boot
on_worker_shutdown before_worker_shutdown
on_restart before_restart
on_booted after_booted
on_stopped after_stopped
on_refork before_refork
on_thread_start before_thread_start
on_thread_exit before_thread_exit
on_worker_fork before_worker_fork
  • Features

    • Fix long tail response problem with keepalive connections (#3678) (Previously released in 7.0.0.pre1, this was a high effort change)
    • Introduce support for fiber-per-request. (#3101)
    • Add support for rack.response_finished (#3681)
    • Feature/support custom logger with request logs (#3140)
  • Bugfixes

    • Fixes a bug where triggering hooks in the ThreadPool fails (#3716)
    • Fix error_logger inproperly logging env[QUERY_STRING] (#3713, #3625)
    • Fix handling of invalid Transfer-Encoding header errors (#3702)
    • Fix socket leak on monitor wakeup NoMethodError in Reactor#select_loop (#3696, #3695)
    • CI: puma_socket.rb fixup socket/request writes (#3684)
    • Warn when RUBY_MN_THREADS env var is set (#3721)
    • Improve the DSL preload_app! doc (#3712)

... (truncated)

Changelog

Sourced from puma's changelog.

7.0.1 / 2025-09-06

  • Bugfixes
    • Add backward compatibility aliases for Events class methods (#3725)

7.0.0 / 2025-09-03

  • Breaking changes
    • Set default max_keep_alive to 999 (#3719)
    • Increase persistent_timeout default to 65 seconds (#3378)
    • Raise an ArgumentError if no block given to hooks (#3377)
    • Don't set env['HTTP_VERSION'] for Rack > 3.1 (#3711, #3576)
    • Runner.rb - remove ruby_engine method, deprecated Nov-2024 (#3701)
    • Set conditional config defaults after CLI options are parsed and config files are loaded (#3297)
    • Response headers set to lowercase (#3704)
    • Update minimum Ruby version to 3.0 (#3698)
    • Rename callback hooks (#3438)
Old hook name New hook name
on_worker_boot before_worker_boot
on_worker_shutdown before_worker_shutdown
on_restart before_restart
on_booted after_booted
on_stopped after_stopped
on_refork before_refork
on_thread_start before_thread_start
on_thread_exit before_thread_exit
on_worker_fork before_worker_fork
  • Features

    • Fix long tail response problem with keepalive connections (#3678) (Previously released in 7.0.0.pre1, this was a high effort change)
    • Introduce support for fiber-per-request. (#3101)
    • Add support for rack.response_finished (#3681)
    • Feature/support custom logger with request logs (#3140)
  • Bugfixes

    • Fix error_logger inproperly logging env[QUERY_STRING] (#3713, #3625)
    • Fix handling of invalid Transfer-Encoding header errors (#3702)
    • Fix socket leak on monitor wakeup NoMethodError in Reactor#select_loop (#3696, #3695)
    • CI: puma_socket.rb fixup socket/request writes (#3684)
    • Warn when RUBY_MN_THREADS env var is set (#3721)
    • Improve the DSL preload_app! doc (#3712)
    • Fix the ability to focus individual tests (#3705)
    • Set env['rack.hijack'] to client.method(:full_hijack) (#3073)
  • Performance

    • server.rb - initialize ivars @reactor and @env_set_http_version (#3714)
  • Refactor

... (truncated)

Commits

Updates rubocop from 1.80.0 to 1.80.2

Release notes

Sourced from rubocop's releases.

RuboCop v1.80.2

Bug fixes

  • #14477: Fix a false positive for Style/SafeNavigation when using ternary expression with index access call with method chain. (@​koic)
  • #14486: Fix false positives for Style/RedundantParentheses with unary operators and yield, super, or defined?. (@​earlopain)
  • #14489: Fix false negatives for Style/RedundantParentheses with method calls taking argument without parentheses like return (x y) if z. (@​earlopain)
  • #14499: Fix wrong autocorrect for Style/StringConcatenation when a double-quoted string contains escaped quotes and interpolation. (@​earlopain)
  • #14502: Fix wrong autocorrect for Style/StringConcatenation when a single-quoted string contains interpolation like '#{foo}'. (@​earlopain)

Changes

  • #14493: Make Naming/PredicateMethod allow the initialize method. (@​koic)

RuboCop v1.80.1

Bug fixes

  • #14479: Don't invalidate cache when --display-time option is used on the CLI. (@​lovro-bikic)
  • #14473: Fix a false negative for Style/RedundantBegin using begin with multiple statements without rescue or ensure. (@​koic)
  • #14475: Fix cop errors during autocorrect for the build in LSP when analyzing as Ruby 3.4. (@​earlopain)

Changes

  • #14474: Fix false negative for Layout/EndAlignment when end is not on a separate line. (@​lovro-bikic)
Changelog

Sourced from rubocop's changelog.

1.80.2 (2025-09-03)

Bug fixes

  • #14477: Fix a false positive for Style/SafeNavigation when using ternary expression with index access call with method chain. ([@​koic][])
  • #14486: Fix false positives for Style/RedundantParentheses with unary operators and yield, super, or defined?. ([@​earlopain][])
  • #14489: Fix false negatives for Style/RedundantParentheses with method calls taking argument without parentheses like return (x y) if z. ([@​earlopain][])
  • #14499: Fix wrong autocorrect for Style/StringConcatenation when a double-quoted string contains escaped quotes and interpolation. ([@​earlopain][])
  • #14502: Fix wrong autocorrect for Style/StringConcatenation when a single-quoted string contains interpolation like '#{foo}'. ([@​earlopain][])

Changes

  • #14493: Make Naming/PredicateMethod allow the initialize method. ([@​koic][])

1.80.1 (2025-08-27)

Bug fixes

  • #14479: Don't invalidate cache when --display-time option is used on the CLI. ([@​lovro-bikic][])
  • #14473: Fix a false negative for Style/RedundantBegin using begin with multiple statements without rescue or ensure. ([@​koic][])
  • #14475: Fix cop errors during autocorrect for the build in LSP when analyzing as Ruby 3.4. ([@​earlopain][])

Changes

  • #14474: Fix false negative for Layout/EndAlignment when end is not on a separate line. ([@​lovro-bikic][])
Commits
  • e2afd61 Cut 1.80.2
  • 02d4593 Update Changelog
  • ca1b813 [Fix #14502] Fix wrong autocorrect for Style/StringConcatenation when a sin...
  • 06e1b4f Remove some boilerplate when testing the lsp addon
  • 9a82957 Merge pull request #14500 from Earlopain/string-concat-escaped
  • 2f2f63a [Fix #14499] Fix wrong autocorrect for Style/StringConcatenation with escap...
  • cc4d7a1 Use RuboCop RSpec 3.7 for development
  • 819ea46 Reset the docs version
  • 2271a78 Merge pull request #14489 from Earlopain/redundant-parens-yield-etc
  • 6bdff54 Merge pull request #14495 from koic/make_naming_predicate_method_allow_initia...
  • Additional commits viewable in compare view

Updates rubocop-minitest from 0.38.1 to 0.38.2

Release notes

Sourced from rubocop-minitest's releases.

RuboCop Minitest v0.38.2

Bug fixes

  • #321: Fix false positives for Minitest/MultipleAssertions when the assertion has a receiver. (@​earlopain)
Changelog

Sourced from rubocop-minitest's changelog.

0.38.2 (2025-08-30)

Bug fixes

  • #321: Fix false positives for Minitest/MultipleAssertions when the assertion has a receiver. ([@​earlopain][])
Commits
  • 0275cb0 Cut 0.38.2
  • 5b58efd Update Changelog
  • 0dd2bce Merge pull request #340 from Earlopain/multiple-assertions-receiver
  • c47ff6b Merge pull request #339 from Earlopain/sync-spellcheck
  • a700aa2 [Fix #321] Fix false positives for Minitest/MultipleAssertions when the ass...
  • 6b3d7a4 Run codespell with bundle exec rake
  • 0980b17 Remove misspell from CI
  • aafebda Merge pull request #338 from rubocop/dependabot/github_actions/actions/checko...
  • 0f3870b Bump actions/checkout from 4 to 5
  • cd388c7 Suppress RuboCop's offense
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gems group with 3 updates: [puma](https://github.com/puma/puma), [rubocop](https://github.com/rubocop/rubocop) and [rubocop-minitest](https://github.com/rubocop/rubocop-minitest).


Updates `puma` from 6.6.1 to 7.0.1
- [Release notes](https://github.com/puma/puma/releases)
- [Changelog](https://github.com/puma/puma/blob/master/History.md)
- [Commits](puma/puma@v6.6.1...v7.0.1)

Updates `rubocop` from 1.80.0 to 1.80.2
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.80.0...v1.80.2)

Updates `rubocop-minitest` from 0.38.1 to 0.38.2
- [Release notes](https://github.com/rubocop/rubocop-minitest/releases)
- [Changelog](https://github.com/rubocop/rubocop-minitest/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop-minitest@v0.38.1...v0.38.2)

---
updated-dependencies:
- dependency-name: puma
  dependency-version: 7.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gems
- dependency-name: rubocop
  dependency-version: 1.80.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gems
- dependency-name: rubocop-minitest
  dependency-version: 0.38.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: gems
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Sep 8, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 15, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

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.

0 participants