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
Differ gem is throwing tons of deprecation warnings. For example, whenever system tests run, we get lots of noise like this:
Appears to be a known issue, just this gem is basically unmaintained (last update was 13 years ago 😱) pvande/differ#14
We only use this gem in 1 spot in our code base: https://github.com/ualbertalib/jupiter/blob/master/app/decorators/humanized_change_set.rb#L50
Do we really need a gem for HumanizedChangeSet#generate_html_diffs? Could we just write a simple method or use something else?
HumanizedChangeSet#generate_html_diffs
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Differ gem is throwing tons of deprecation warnings. For example, whenever system tests run, we get lots of noise like this:
Appears to be a known issue, just this gem is basically unmaintained (last update was 13 years ago 😱)
pvande/differ#14
We only use this gem in 1 spot in our code base:
https://github.com/ualbertalib/jupiter/blob/master/app/decorators/humanized_change_set.rb#L50
Do we really need a gem for
HumanizedChangeSet#generate_html_diffs
? Could we just write a simple method or use something else?The text was updated successfully, but these errors were encountered: