Closed vrodic closed 6 months ago
https://github.com/shrinerb/shrine/pull/660 and https://github.com/shrinerb/shrine/pull/661 fixes this.
The former fixes the underlying header capitalization change issue introduced on Rack > 2, while the latter fixes Shrine's fallback that should've guarded against this.
see #682
Should be fixed by https://github.com/shrinerb/shrine/pull/682.
When using a Rails 7 application with Rack 3 and Shrine 3.5.0 we are getting a
NoMethodError
This is the offending line:
I see there are already PRs to fix this:
https://github.com/shrinerb/shrine/pull/661 https://github.com/shrinerb/shrine/pull/660