You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get a lot of log spam about deprecation warnings from this project:
/Users/timja/projects/hmcts/hmcts.github.io/vendor/bundle/ruby/2.6.0/gems/govuk_tech_docs-3.2.0/lib/govuk_tech_docs/tech_docs_html_renderer.rb:72: warning: Passing a Node as the second parameter to Node.new is deprecated. Please pass a Document instead, or prefer an alternative constructor like Node#add_child. This will become an error in a future release of Nokogiri.
When I run
bundle update
on https://github.com/hmcts/hmcts.github.ioand then:
I get a lot of log spam about deprecation warnings from this project:
What should change
I think code around here:
tech-docs-gem/lib/govuk_tech_docs/tech_docs_html_renderer.rb
Line 72 in 209d85a
User need
Logs are un-readable and will get lots of questions from developers about if it's okay if it's left the way it is
The text was updated successfully, but these errors were encountered: