[DRE-commits] [ruby-acts-as-list] 01/05: debian/control: do not depends on bundler.
Andrew Lee
ajqlee at moszumanska.debian.org
Tue Jan 12 09:13:49 UTC 2016
This is an automated email from the git hooks/post-receive script.
ajqlee pushed a commit to branch master
in repository ruby-acts-as-list.
commit 1585e834bb467e6f4198fcf1a020ac94fd261fc0
Author: Andrew Lee (李健秋) <andrew.lee at collabora.co.uk>
Date: Tue Jan 12 16:41:56 2016 +0800
debian/control: do not depends on bundler.
---
debian/control | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index cf34e34..1e19b11 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Package: ruby-acts-as-list
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
- ruby-activerecord (>= 3.0), bundler (>= 1.0.0)
+ ruby-activerecord (>= 3.0)
Description: sorting, reordering capabilities to an active_record model
This "acts_as" extension provides the capabilities for sorting and
reordering a number of objects in a list. The class that has this
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-acts-as-list.git
More information about the Pkg-ruby-extras-commits
mailing list