[DRE-commits] [ruby-recaptcha] 01/04: Fix rails dependency to be >> 4.1, due to #754981.

David Martínez ender at moszumanska.debian.org
Tue Jul 28 08:00:23 UTC 2015


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

ender pushed a commit to branch master
in repository ruby-recaptcha.

commit ae4a8cf980645a158f95ebe836926658bb3769a5
Author: David Martínez Moreno <ender at debian.org>
Date:   Mon Jul 27 23:05:11 2015 -0700

    Fix rails dependency to be >> 4.1, due to #754981.
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index da168f4..65a5e82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-recaptcha (0.3.6-3) UNRELEASED; urgency=medium
+
+  * Fix rails dependency to be >> 4.1, due to #754981.
+
+ -- David Martínez Moreno <ender at debian.org>  Mon, 21 Jul 2014 22:46:06 +0200
+
 ruby-recaptcha (0.3.6-2.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/control b/debian/control
index 44cbb1a..3dc24a5 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ruby | ruby-interpreter,
-         rails (>> 3)
+         rails (>> 4.1)
 Description: Ruby helpers for the reCAPTCHA API
  This plugin gives a high-level interface for using reCAPTCHA authentication
  methods in your ruby programs.

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



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