[DRE-commits] [ruby-httparty] 02/03: Relax dependency version in gem dependency on json (Closes: #864723)

Cédric Boutillier boutil at moszumanska.debian.org
Mon Nov 27 10:43:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch stretch/master
in repository ruby-httparty.

commit ce3c278e8a1f7e25307e15c54b4c7df0fd39a3e3
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Nov 25 00:30:10 2017 +0100

    Relax dependency version in gem dependency on json (Closes: #864723)
---
 debian/patches/relax_version_json.patch | 17 +++++++++++++++++
 debian/patches/series                   |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/relax_version_json.patch b/debian/patches/relax_version_json.patch
new file mode 100644
index 0000000..ab9fb37
--- /dev/null
+++ b/debian/patches/relax_version_json.patch
@@ -0,0 +1,17 @@
+Author: Cédric Boutillier <boutil at 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.
diff --git a/debian/patches/series b/debian/patches/series
index bc3ea45..02c32f5 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 skip_failing_test.patch
+relax_version_json.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-httparty.git



More information about the Pkg-ruby-extras-commits mailing list