Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: rack/rack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.14
Choose a base ref
...
head repository: rack/rack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.2.15
Choose a head ref
  • 4 commits
  • 7 files changed
  • 3 contributors

Commits on May 17, 2025

  1. [2.2] Update test suite for Ruby 3.5

    `Hash#inspect` changed a bit which is causing spec
    to fail, but it's quite trivial to make code compatible.
    byroot authored and ioquatix committed May 17, 2025
    Configuration menu
    Copy the full SHA
    543d935 View commit details
    Browse the repository at this point in the history
  2. Replace usage of CGI::Cookie (#2329)

    In Ruby 3.5, `cgi` will only contain functions related to escaping/unescaping.
    
    https://bugs.ruby-lang.org/issues/21258
    
    This is not an exact replicate of course, (`CGI::Cookie`) has some validations and coerces on setters but considering
    for that purpose this is, they don't seem necessary?
    During construction of the object rack already does conversions as necessary and setters don't make much sense, and aren't documented/tested for.
    
    Although, for improved backwards compatibility, it wouldn't be much effort to make them `attr_accesor` instead.
    
    Co-authored-by: Earlopain <[email protected]>
    byroot and Earlopain authored May 17, 2025
    Configuration menu
    Copy the full SHA
    2f928b9 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2025

  1. Configuration menu
    Copy the full SHA
    f34f2eb View commit details
    Browse the repository at this point in the history
  2. Bump patch version.

    ioquatix committed May 18, 2025
    Configuration menu
    Copy the full SHA
    d2b6af2 View commit details
    Browse the repository at this point in the history
Loading