[DRE-commits] [ruby-oauth2] 01/02: relax dependency on faraday

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Sep 11 17:36:20 UTC 2017


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

praveen pushed a commit to branch master
in repository ruby-oauth2.

commit 6777788507634e9640c6669d8e1de07a3e8db871
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Sep 11 22:56:13 2017 +0530

    relax dependency on faraday
---
 debian/patches/relax-faraday.patch | 11 +++++++++++
 debian/patches/series              |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/relax-faraday.patch b/debian/patches/relax-faraday.patch
new file mode 100644
index 0000000..cbbbf87
--- /dev/null
+++ b/debian/patches/relax-faraday.patch
@@ -0,0 +1,11 @@
+--- a/oauth2.gemspec
++++ b/oauth2.gemspec
+@@ -5,7 +5,7 @@
+ require 'oauth2/version'
+ 
+ Gem::Specification.new do |spec|
+-  spec.add_dependency 'faraday', ['>= 0.8', '< 0.13']
++  spec.add_dependency 'faraday', ['>= 0.8']
+   spec.add_dependency 'jwt', '~> 1.0'
+   spec.add_dependency 'multi_json', '~> 1.3'
+   spec.add_dependency 'multi_xml', '~> 0.5'
diff --git a/debian/patches/series b/debian/patches/series
index 93f0321..b008263 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 remove-simplecov.patch
+relax-faraday.patch

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



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