[DRE-commits] [diaspora] 01/04: relax more dependencies

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Mar 4 04:49:16 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 dc275f9a94d2c0c7b3e506a00ed71701fc6d6738
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Mar 4 09:54:02 2016 +0530

    relax more dependencies
---
 debian/patches/050-relax-stable-libs.patch | 52 +++++++++++++++++++++++++++---
 1 file changed, 48 insertions(+), 4 deletions(-)

diff --git a/debian/patches/050-relax-stable-libs.patch b/debian/patches/050-relax-stable-libs.patch
index bc1e7a3..b6d9390 100644
--- a/debian/patches/050-relax-stable-libs.patch
+++ b/debian/patches/050-relax-stable-libs.patch
@@ -22,6 +22,24 @@ Index: diaspora/Gemfile
  
  # Database
  
+@@ -71,7 +71,7 @@ gem "activerecord-import", "0.10.0"
+ 
+ gem "carrierwave", "0.10.0"
+ gem "fog",         "1.34.0"
+-gem "mini_magick", "4.3.6"
++gem "mini_magick", "~> 4.3"
+ gem "remotipart",  "1.2.1"
+ 
+ # GUID generation
+@@ -88,7 +88,7 @@ gem "handlebars_assets", "0.21.0"
+ gem "jquery-rails",      "4.0.5"
+ gem "jquery-ui-rails",   "5.0.5"
+ gem "js_image_paths",    "0.0.2"
+-gem "js-routes",         "1.1.2"
++gem "js-routes",         "~> 1.1"
+ 
+ source "https://rails-assets.org" do
+   gem "rails-assets-jquery",                              "~> 1.11.1" # Should be kept in sync with jquery-rails
 @@ -105,7 +105,7 @@ source "https://rails-assets.org" do
    # jQuery plugins
  
@@ -31,21 +49,47 @@ Index: diaspora/Gemfile
    gem "rails-assets-jquery-textchange",             "0.2.3"
    gem "rails-assets-perfect-scrollbar",             "0.6.7"
    gem "rails-assets-jakobmattsson--jquery-elastic", "1.6.11"
-@@ -126,7 +126,7 @@ gem "messagebus_ruby_api", "1.0.3"
+@@ -117,7 +117,7 @@ gem "facebox-rails", "0.2.0"
+ 
+ gem "http_accept_language", "2.0.5"
+ gem "i18n-inflector-rails", "1.0.7"
+-gem "rails-i18n",           "4.0.5"
++gem "rails-i18n",           "~> 4.0"
+ 
+ # Mail
+ 
+@@ -126,20 +126,20 @@ gem "messagebus_ruby_api", "1.0.3"
  
  # Parsing
  
 -gem "nokogiri",          "1.6.7.1"
 +gem "nokogiri",          "~> 1.6"
  gem "redcarpet",         "3.3.3"
- gem "twitter-text",      "1.13.0"
+-gem "twitter-text",      "1.13.0"
++gem "twitter-text",      "~> 1.13"
  gem "roxml",             "~> 3.1"
-@@ -135,7 +135,7 @@ gem "open_graph_reader", "0.6.1"
+ gem "ruby-oembed",       "0.8.14"
+ gem "open_graph_reader", "0.6.1"
  
  # Services
  
 -gem "omniauth",           "1.2.2"
 +gem "omniauth",           "~> 1.2"
  gem "omniauth-facebook",  "3.0.0"
- gem "omniauth-tumblr",    "1.1"
+-gem "omniauth-tumblr",    "1.1"
++gem "omniauth-tumblr",    "~> 1.1"
  gem "omniauth-twitter",   "1.2.1"
+-gem "twitter",            "5.15.0"
++gem "twitter",            "~> 5.15"
+ gem "omniauth-wordpress", "0.2.2"
+ 
+ # Serializers
+@@ -168,7 +168,7 @@ gem "typhoeus",           "0.8.0"
+ gem "gon",                     "6.0.1"
+ gem "haml",                    "4.0.7"
+ gem "mobile-fu",               "1.3.1"
+-gem "will_paginate",           "3.0.7"
++gem "will_paginate",           "~> 3.0"
+ gem "rails-timeago",           "~> 2.11.0"
+ 
+ # Logging

-- 
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