Skip to content

Commit 4a9974a

Browse files
authored
Merge pull request rails#49081 from mattbrictson/fix-libxml-ruby-comment
Remove outdated libxml-ruby version spec in XmlMini doc comment
2 parents 621bc68 + 0bbaaf6 commit 4a9974a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

activesupport/lib/active_support/xml_mini.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module ActiveSupport
1212
# = \XmlMini
1313
#
1414
# To use the much faster libxml parser:
15-
# gem 'libxml-ruby', '=0.9.7'
15+
# gem 'libxml-ruby'
1616
# XmlMini.backend = 'LibXML'
1717
module XmlMini
1818
extend self

0 commit comments

Comments
 (0)