Skip to content

Bump rack from 3.1.8 to 3.1.14, rack-session from 2.0.0 to 2.1.1#152

Merged
davidstosik merged 1 commit into
mainfrom
dependabot/bundler/rack-3.1.14
Jul 15, 2025
Merged

Bump rack from 3.1.8 to 3.1.14, rack-session from 2.0.0 to 2.1.1#152
davidstosik merged 1 commit into
mainfrom
dependabot/bundler/rack-3.1.14

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 8, 2025

Copy link
Copy Markdown
Contributor

Bumps rack from 3.1.8 to 3.1.14.

Changelog

Sourced from rack's changelog.

[3.1.14] - 2025-05-06

Security

  • CVE-2025-46727 Unbounded parameter parsing in Rack::QueryParser can lead to memory exhaustion.

[3.1.13] - 2025-04-13

[3.1.12] - 2025-03-11

Security

[3.1.11] - 2025-03-04

Security

[3.1.10] - 2025-02-12

Security

[3.1.9] - 2025-01-31

Fixed

Commits
  • 5440b2c Bump patch version.
  • cd6b70a Merge commit from fork
  • 0379537 Bump patch version.
  • 8e3c9b1 Ensure Rack::ETag correctly updates response body. (#2324)
  • e8f4760 Bump patch version.
  • 413b834 Update changelog.
  • 70cb322 Use a fully resolved file path when confirming if a file can be served by `Ra...
  • c827c33 Bump patch version.
  • aeac570 Use #inspect to prevent log injection.
  • 0349488 Bump patch version.
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 8, 2025
@dependabot dependabot Bot force-pushed the dependabot/bundler/rack-3.1.14 branch from d9045ff to d5a07a8 Compare May 8, 2025 15:39
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels May 8, 2025
@mikeygough

Copy link
Copy Markdown
Contributor

@dependabot rebase

@mikeygough mikeygough self-assigned this Jun 27, 2025
@dependabot @github

dependabot Bot commented on behalf of github Jun 27, 2025

Copy link
Copy Markdown
Contributor Author

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@mikeygough mikeygough force-pushed the dependabot/bundler/rack-3.1.14 branch 2 times, most recently from 8434f44 to d8f5413 Compare July 1, 2025 18:53
Bumps [rack](https://github.com/rack/rack) from 3.1.8 to 3.1.14.
- [Release notes](https://github.com/rack/rack/releases)
- [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md)
- [Commits](rack/rack@v3.1.8...v3.1.14)

---
updated-dependencies:
- dependency-name: rack
  dependency-version: 3.1.14
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Bump rack-session from 2.0.0 to 2.1.1

Add logger gem for CI

Specify logger version, add mutex_m to supress warning message

Require logger in test_helper

Require logger in better_html
@mikeygough mikeygough force-pushed the dependabot/bundler/rack-3.1.14 branch from d8f5413 to df8fc73 Compare July 1, 2025 18:57
@mikeygough

Copy link
Copy Markdown
Contributor

Closes 7392.

This PR combines the work of bumping both rack and rack-session.

Previously, build was failing because CI was running against Rails versions 6.0.0 and 6.1.0 which are trying to reference Logger, but in Ruby 3.0+ the Logger class was moved to the logger gem and is not loaded by default.

To get this passing and make it compatible for others using the gem, I added the logger gem (and mutex_m to silence warnings). Additionally, added require "logger" to both better_html.rb and test_helper.rb so that anyone using the gem never hits this compatibility issue between Rails 6.0.x and Ruby 3.0+.

@mikeygough mikeygough changed the title Bump rack from 3.1.8 to 3.1.14 Bump rack from 3.1.8 to 3.1.14, rack-session from 2.0.0 to 2.1.1 Jul 1, 2025
@mikeygough mikeygough requested a review from nvasilevski July 1, 2025 19:12
@davidstosik

Copy link
Copy Markdown
Contributor

This is looking good. All checks passed. 👍🏻

@davidstosik davidstosik merged commit 356a2d1 into main Jul 15, 2025
31 checks passed
@davidstosik davidstosik deleted the dependabot/bundler/rack-3.1.14 branch July 15, 2025 02:45
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.

2 participants