We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Most notably, the Hash.getopt monkey-patch is gone, so initialize now crashes.
initialize
See the full diff for logging: TwP/logging@c1025b6...f7bcda5
The text was updated successfully, but these errors were encountered:
Lock logging gem to < 2.0.0
9158a15
See issue here: papertrail#12
Proposed solution for the short term is just to lock the version of logging: #13
Sorry, something went wrong.
I think you're actually going to need to make this change to this line: https://github.com/BIAINC/logging-remote-syslog/blob/master/logging-remote-syslog.gemspec#L34
The Gemfile in this project is only used for testing, it doesn't actually get used by rubygems when you include this gem in other projects.
Gemfile
No branches or pull requests
Most notably, the Hash.getopt monkey-patch is gone, so
initialize
now crashes.See the full diff for logging:
TwP/logging@c1025b6...f7bcda5
The text was updated successfully, but these errors were encountered: