mirror of
https://github.com/github/rails.git
synced 2026-01-14 17:18:04 -05:00
Make sure to return the same hash object instead of returning a new one. Returning a new one causes failures on cookie store tests, where it tests for the 'Set-Cookie' header with the session signature. This is due to the hash ordering changes on Ruby 1.8.7-p358.