-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Suppress deprecation warnings in production code #162
Suppress deprecation warnings in production code #162
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change really avoids (or even heeds) the warnings. Thank you for all your work on this.
918fdcf
to
827a3a8
Compare
Thanks for the review. I learned that |
@bundlerbot retry |
@bundlerbot r+ |
📌 Commit 827a3a8 has been approved by |
…_code, r=olleolleolle Suppress deprecation warnings in production code This PR suppresses the following Ruby warnings in production codes. -⚠️ `warning: URI.unescape is obsolete` -⚠️ `warning: URI.regexp is obsolete` -⚠️ `warning: instance variable @properties not initialized`
☀️ Test successful - status-travis |
This PR suppresses the following Ruby warnings in production codes.
warning: URI.unescape is obsolete
warning: URI.regexp is obsolete
warning: instance variable @properties not initialized