Skip to content
  • Daigo 3 Dango's avatar
    Explicitly install rack gem (#12972) · 323c7535
    Daigo 3 Dango authored and Nathan Ladd's avatar Nathan Ladd committed
    Pin rack version to 2.0.8. Rack-2.1.0 and 2.1.1 are known to record error below upon requests to `/sidekiq`:
    
    ```
    NoMethodError - undefined method `transform_keys' for #<ActionDispatch::Request::Session:0x...>
    ```
    323c7535
This project manages its dependencies using Bundler. Learn more