elastic / crawler

Other
125 stars 10 forks source link

Upgrade rexml to 3.3.9 #156

Closed lhearachel closed 2 weeks ago

lhearachel commented 4 weeks ago

Closes elastic/search-team#8559

This is a transitive-only dependency which should not affect any production code:

$ bundle info rexml
  * rexml (3.3.9)
        Summary: An XML toolkit for Ruby
        Homepage: https://github.com/ruby/rexml
        Changelog: https://github.com/ruby/rexml/releases/tag/v3.3.9
        Path: /Users/rachel/.rbenv/versions/jruby-9.4.7.0/lib/ruby/gems/shared/gems/rexml-3.3.9
        Reverse Dependencies:
                crack (1.0.0) depends on rexml (>= 0)
                rubocop (1.63.4) depends on rexml (>= 3.2.5, < 4.0)

$ bundle info crack
  * crack (1.0.0)
        Summary: Really simple JSON and XML parsing, ripped from Merb and Rails.
        Homepage: https://github.com/jnunemaker/crack
        Source Code: https://github.com/jnunemaker/crack
        Changelog: https://github.com/jnunemaker/crack/blob/master/History
        Bug Tracker: https://github.com/jnunemaker/crack/issues
        Path: /Users/rachel/.rbenv/versions/jruby-9.4.7.0/lib/ruby/gems/shared/gems/crack-1.0.0
        Reverse Dependencies:
                webmock (3.23.1) depends on crack (>= 0.3.2)

Checklists

Pre-Review Checklist

Related Pull Requests