Author: Cédric Boutillier <boutil@debian.org>
Debian-Bug: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864723
Origin: https://github.com/jnunemaker/httparty/commit/1cbb101feaffcc1f11c77a71009558c6086ebb4b
Forwarded: no
Last-Update: 2017-11-25

--- a/httparty.gemspec
+++ b/httparty.gemspec
@@ -15,7 +15,7 @@
 
   s.required_ruby_version     = '>= 1.9.3'
 
-  s.add_dependency 'json',      "~> 1.8"
+  s.add_dependency 'json',      ">= 1.8"
   s.add_dependency 'multi_xml', ">= 0.5.2"
 
   # If this line is removed, all hard partying will cease.
