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

Handle deprecation of Rack::File in Rack 3.1 #773

Merged
merged 2 commits into from Nov 17, 2023

Commits on Nov 13, 2023

  1. Handle deprecation of Rack::File in Rack 3.1

    When using Rack >= 3.0.0 you get this error message on boot an app with Flipper UI :
    
    ```
    warning: Rack::File is deprecated and will be removed in Rack 3.1
    ```
    
    This PR detects if `Rack::Files` is defined and tries to use it instead.
    
    Source : rack/rack#1720
    czj committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    504ca94 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Configuration menu
    Copy the full SHA
    1fd5292 View commit details
    Browse the repository at this point in the history