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

Use rack-utf8_sanitizer gem to prevent "invalid byte sequence in UTF-8" errors caused by request params #2497

Closed
crowbot opened this issue May 28, 2015 · 2 comments
Labels

Comments

@crowbot
Copy link
Member

crowbot commented May 28, 2015

Depends on #2048, as our version of bundler doesn't support :ruby_20 and :ruby_21 as platforms. Once ruby 1.8.7 support is dropped, we can add the gem without platform conditions.

@garethrees
Copy link
Member

Should be able to use if RUBY_VERSION >= '2.0.0'

@crowbot
Copy link
Member Author

crowbot commented Jun 11, 2015

Closed in ed049c3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants