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:
commit
94e5d4f396
1 changed files with 1 additions and 1 deletions
|
@ -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!"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue