Skip to content

Fix Change with Rack Unauthorized Response

Compare
Choose a tag to compare
@carmensea carmensea released this 16 Jan 23:59

to_ary was removed from Response In Rack's update from 2.0.8 to 2.1.1. Stitches inherits from this class and expected a to_ary method to be aliased to Response's finish method.

Apps can't update Rack until this is fixed.