Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

URI Backport crashes if loaded by multiple gems. #788

Closed
herregroen opened this issue Sep 21, 2015 · 1 comment
Closed

URI Backport crashes if loaded by multiple gems. #788

herregroen opened this issue Sep 21, 2015 · 1 comment

Comments

@herregroen
Copy link

Puma includes a backport of URI located here:

https://github.com/puma/puma/blob/master/lib/puma/rack/backports/uri/common_193.rb

This seems to be included not only in Puma but in other gems as well. When two or more gems include this backport it leads to a direct crash as they attempt to modify a hash that's just been frozen by the first gem.

@dunyakirkali
Copy link

+1

@evanphx evanphx closed this as completed in 791cd4a Apr 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants