[DRE-commits] [diaspora-installer] 01/02: don't be conservative in installing bundler

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Sep 7 09:38:08 UTC 2015


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

praveen pushed a commit to branch master
in repository diaspora-installer.

commit 19fbf586340bf4dbb863494c63a53cee69b6e3dc
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Sep 7 14:39:07 2015 +0530

    don't be conservative in installing bundler
---
 debian/postinst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/postinst b/debian/postinst
index aeafbe1..5d00cf0 100755
--- a/debian/postinst
+++ b/debian/postinst
@@ -41,7 +41,7 @@ migrate() {
 install_gems() {
 # Needs latest bundler
 # Needs eye for init script
-        gem install --conservative bundler
+        gem install bundler
 	ln -sf /usr/local/bin/bundle ${diaspora_home}/bin/bundle
 }
 

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



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