[DRE-commits] [diaspora] 09/14: relax unicorn, uglifier and handlebars

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Sep 19 15:51:32 UTC 2016


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

praveen pushed a commit to branch master
in repository diaspora.

commit 3474f91a811125d3e89ca45dcde8e9ebe5ed785d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Sep 19 20:34:17 2016 +0530

    relax unicorn, uglifier and handlebars
    
    relax more libs
---
 debian/patches/050-relax-libs.patch | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/patches/050-relax-libs.patch b/debian/patches/050-relax-libs.patch
index 70e8fe2..9cd2fad 100644
--- a/debian/patches/050-relax-libs.patch
+++ b/debian/patches/050-relax-libs.patch
@@ -17,7 +17,7 @@ minor versions of stable libraries can be relaxed
  
 -gem "unicorn", "5.1.0", require: false
 -gem "unicorn-worker-killer", "0.4.4"
-+gem "unicorn", "~> 5.1", require: false
++gem "unicorn", "~> 5.0", require: false
 +gem "unicorn-worker-killer", "~> 0.4.4"
  
  # Federation
@@ -63,7 +63,7 @@ minor versions of stable libraries can be relaxed
  # Compression
  
 -gem "uglifier", "3.0.1"
-+gem "uglifier", "~> 3.0", ">= 3.0.1"
++gem "uglifier", ">= 2.7.2"
  
  # Configuration
  
@@ -132,7 +132,7 @@ minor versions of stable libraries can be relaxed
 -gem "js_image_paths",    "0.1.0"
 -gem "js-routes",         "1.2.9"
 +gem "backbone-on-rails", "~> 1.2"
-+gem "handlebars_assets", "~> 0.23.1"
++gem "handlebars_assets", "~> 0.23.0"
 +gem "jquery-rails",      "~> 4.1", ">= 4.1.1"
 +gem "jquery-ui-rails",   "~> 5.0", ">= 5.0.5"
 +gem "js_image_paths",    "~> 0.1.0"

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



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