rails/activesupport/lib
Matt Brictson 0bbaaf69ad
Remove outdated libxml-ruby version spec in XmlMini doc comment
XmlMini is currently being tested against libxml-ruby 4.0.0[^1], but the
doc comment for XmlMini says:

```
To use the much faster libxml parser:
gem 'libxml-ruby', '=0.9.7'
```

This comment seems to be very much out of date and could mislead users.

Fix by removing the version specifier so that the documentation simply
recommends:

```
To use the much faster libxml parser:
gem 'libxml-ruby'
XmlMini.backend = 'LibXML'
```

[^1]: 621bc68548/Gemfile.lock (L310)
2023-08-29 13:45:42 -07:00
..
active_support Remove outdated libxml-ruby version spec in XmlMini doc comment 2023-08-29 13:45:42 -07:00
active_support.rb Move 6.1 cache format warning to where its used 2023-06-28 18:09:04 -04:00