From 37dfb42382e4365fb79d0323cd531198121cfb81 Mon Sep 17 00:00:00 2001 From: deepj Date: Sun, 21 Feb 2016 01:26:43 +0100 Subject: [PATCH] Remove json gem MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- httparty.gemspec | 1 - 1 file changed, 1 deletion(-) diff --git a/httparty.gemspec b/httparty.gemspec index 49a939d..7c9876d 100644 --- a/httparty.gemspec +++ b/httparty.gemspec @@ -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.