1
0
Fork 0
mirror of https://github.com/jnunemaker/httparty synced 2023-03-27 23:23:07 -04:00

Merge pull request #181 from titanous/bump-multi_xml

Bump multi_xml dependency to 0.5.2 for CVE-2013-0175 fix
This commit is contained in:
John Nunemaker 2013-01-13 14:36:18 -08:00
commit 94e5d4f396

View file

@ -13,7 +13,7 @@ Gem::Specification.new do |s|
s.description = %q{Makes http fun! Also, makes consuming restful web services dead easy.}
s.add_dependency 'multi_json', "~> 1.0"
s.add_dependency 'multi_xml'
s.add_dependency 'multi_xml', ">= 0.5.2"
s.post_install_message = "When you HTTParty, you must party hard!"