mirror of
https://github.com/jnunemaker/httparty
synced 2023-03-27 23:23:07 -04:00
Remove json gem
JSON support is in Ruby since 1.9 so there is no need to have json gem as a dependency. Inspired by this Rack’s PR https://github.com/rack/rack/pull/1011
This commit is contained in:
parent
6153117ef7
commit
37dfb42382
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ Gem::Specification.new do |s|
|
|||
|
||||
s.required_ruby_version = '>= 1.9.3'
|
||||
|
||||
s.add_dependency 'json', "~> 1.8"
|
||||
s.add_dependency 'multi_xml', ">= 0.5.2"
|
||||
|
||||
# If this line is removed, all hard partying will cease.
|
||||
|
|
Loading…
Reference in a new issue