steveklabnik / request_store

Per-request global storage for Rack.
https://github.com/steveklabnik/request_store
MIT License
1.47k stars 87 forks source link

Remove deprecation warning in rails 5 #51

Closed jartek closed 8 years ago

jartek commented 8 years ago

Fixes https://github.com/steveklabnik/request_store/issues/46#issuecomment-193579422

steveklabnik commented 8 years ago

Thanks for this! It looks like travis is failing due to unrelated reasons; would you like to take a stab at it, or should I?

jartek commented 8 years ago

@steveklabnik it looks like rake(11.x) only supports ruby versions greater than 1.9.3. To make travis green I've locked rake to 10.x.

steveklabnik commented 8 years ago

Looks great, thank you! I will cut a new point release with the fix.