Bump sinatra from 2.1.0 to 4.2.0 in /3.3/test/rack-test-app
Bumps sinatra from 2.1.0 to 4.2.0.
Changelog
Sourced from sinatra's changelog.
4.2.0 / 2025-10-08
- New: Add
:static_headerssetting for custom headers in static file responses (#2089)- Fix: Fix regex in
etag_matches?to prevent ReDoS (#2121)- Fix:
PATH_INFOcan never be empty (#2114)- Fix: Fix malformed Content-Type headers (#2081)
- Fix: Avoid crash for integer values in
content_typeparameters (#2078)4.1.1 / 2024-11-20
- Fix: Restore WEBrick support (#2067)
4.1.0 / 2024-11-18
- New: Add
host_authorizationsetting (#2053)
- Defaults to
.localhost,.testand any IP address in development mode.- Security: addresses CVE-2024-21510.
- Fix: Return an instance of
Sinatra::IndifferentHashwhen calling#except(#2044)- Fix: Address warning from
URIfor Ruby 3.4 (#2060)- Fix:
rackupno longer depends on WEBrick, recommend Puma instead (4a558503)- Fix: Zeitwerk 2.7.0+ compatibility (#2050)
- Fix: Address warning about Hash construction for Ruby 3.4 (#2028)
- Fix: Declare missing dependencies for Ruby 3.5 (#2032)
- Fix: Compatibility with
--enable-frozen-string-literal(#2033)- Fix: Rack 3.1 compatibility (#2035)
- Don't depend on
Rack::Logger- Don't delete
content-lengthheader whenRack::Filesis used4.0.1 / 2025-05-24
Rack 3.1 compatibility (#2035)
Fix malformed Content-Type headers (#2081)
Avoid crash for integer values in
content_typeparameters (#2078)Fix compatibility with --enable-frozen-string-literal (#2033)
Declare missing dependencies for Ruby 3.5 (#2032)
Fix warning about Hash construction. (#2028)
Support Zeitwerk 2.7.0+ (#2050)
Address URI depreciation (#2060)
#2035: sinatra/sinatra#2035 #2081: sinatra/sinatra#2081 #2078: sinatra/sinatra#2078 #2033: sinatra/sinatra#2033
... (truncated)
Commits
f2ad45f4.2.0 release (#2122)3fe8c38Fix regex inetag_matches?to prevent ReDoS (#2121)fa99a21PATH_INFOcan never be empty. (#2114)ea0d3faSkip broken tests. (#2115)5e15985Sync changelog for v4.0.191cfb54Add :static_headers setting for custom headers in static file responses (#2089)c918134Setrubygems_mfa_requiredfor thesinatragem (#2087)ac3ff23README: Remove duplicate mention of installing puma (#2091)cfcc70dCI: don't useRack::Linton invalid hostname (#2086)c235249CI: Test with Ruby 3.4 (#2083)- 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.