Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restore rack 1.6 compatibility #3156

Merged
merged 5 commits into from
May 16, 2023

Commits on May 15, 2023

  1. Use Rack.release over Rack::RELEASE

    The constant Rack::RELEASE was introduced only in rack version 2
    (specifically: rack/rack@a2fe30a)
    Earlier versions provided the class method Rack.release which still
    exists.
    
    puma#3061 has introduced usage of
    Rack::RELEASE and therefore broke compatibility with rack 1.6.X.
    severin committed May 15, 2023
    Configuration menu
    Copy the full SHA
    d55227f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    318b4f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1af282f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6514997 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2472fe View commit details
    Browse the repository at this point in the history