Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 7, 2025

This PR contains the following updates:

Package Change Age Confidence
rack (changelog) "3.1.16" -> "3.2.0" age confidence

Release Notes

rack/rack (rack)

v3.2.0

Compare Source

This release continues Rack's evolution toward a cleaner, more efficient foundation while maintaining backward compatibility for most applications. The breaking changes primarily affect deprecated functionality, so most users should experience a smooth upgrade with improved performance and standards compliance.

SPEC Changes
Added
  • Introduce Rack::VERSION constant. (#​2199, [@​ioquatix])
  • ISO-2022-JP encoded parts within MIME Multipart sections of an HTTP request body will now be converted to UTF-8. (#​2245, @​nappa)
  • Add Rack::Request#query_parser= to allow setting the query parser to use. (#​2349, [@​jeremyevans])
  • Add Rack::Request#form_pairs to access form data as raw key-value pairs, preserving duplicate keys. (#​2351, [@​matthewd])
Changed
Deprecated
  • Rack::Auth::AbstractRequest#request is deprecated without replacement. (#​2229, [@​jeremyevans])
  • Rack::Request#parse_multipart (private method designed to be overridden in subclasses) is deprecated without replacement. (#​2229, [@​jeremyevans])
Removed
Fixed
  • Rack::RewindableInput::Middleware no longer wraps a nil input. (#​2259, @​tt)
  • Fix NoMethodError in Rack::Request#wrap_ipv6 when x-forwarded-host is empty. (#​2270, @​oieioi)
  • Fix the specification for SERVER_PORT which was incorrectly documented as required to be an Integer if present - it must be a String containing digits only. (#​2296, [@​ioquatix])
  • SERVER_NAME and HTTP_HOST are now more strictly validated according to the relevant specifications. (#​2298, [@​ioquatix])
  • Rack::Lint now disallows PATH_INFO="" SCRIPT_NAME="". (#​2298, [@​jeremyevans])

Configuration

📅 Schedule: Branch creation - Tuesday through Thursday ( * * * * 2-4 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Aug 7, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Gemfile.lock
Fetching https://github.com/taylorthurlow/nulldb
Fetching https://github.com/brave-intl/omniauth-reddit.git
Fetching https://github.com/beanieboi/omniauth-vimeo.git
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...

Could not find compatible versions

Because rails >= 7.2.2.1, < 7.2.2.2 depends on actionpack = 7.2.2.1
  and actionpack >= 7.2.0.rc1, < 8.0.0.beta1 depends on rack >= 2.2.4, < 3.2,
  rails >= 7.2.2.1, < 7.2.2.2 requires rack >= 2.2.4, < 3.2.
So, because Gemfile depends on rails = 7.2.2.1
  and Gemfile depends on rack = 3.2.0,
  version solving has failed.

@renovate renovate bot requested a review from jlbyrne as a code owner August 7, 2025 16:20
@renovate renovate bot force-pushed the renovate/rack-3-x branch from a704b50 to 564c844 Compare August 7, 2025 16:53
@jlbyrne jlbyrne force-pushed the renovate/rack-3-x branch from 564c844 to 6965254 Compare August 16, 2025 22:26
@renovate renovate bot force-pushed the renovate/rack-3-x branch from 6965254 to e1c3971 Compare August 16, 2025 22:27
Copy link
Contributor Author

renovate bot commented Aug 18, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@jlbyrne jlbyrne force-pushed the renovate/rack-3-x branch from 9804b43 to 8c7b95d Compare August 19, 2025 00:20
@jlbyrne jlbyrne merged commit 4cf201b into staging Aug 19, 2025
6 of 7 checks passed
@jlbyrne jlbyrne deleted the renovate/rack-3-x branch August 19, 2025 00:53
@Miyayes
Copy link
Collaborator

Miyayes commented Aug 20, 2025

This upgrades to Rails 8.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants