issues
search
wardencommunity
/
warden
General Rack Authentication Framework
MIT License
2.48k
stars
204
forks
source link
Fix build 💚
#215
Closed
chubchenko
closed
1 week ago
chubchenko
commented
1 week ago
Use
Rack::Response#headers
instead of
Rack::Response#header
. header is deprecated and removed in version 3.1.
Add support for testing with multiple versions of Rack (2 and 3)
jsmestad
commented
1 week ago
Thanks!
Rack::Response#headers
instead ofRack::Response#header
. header is deprecated and removed in version 3.1.