[DRE-commits] [diaspora] 99/257: loosen asset_sync version
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Apr 12 14:17:09 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository diaspora.
commit 45a2e5688431ef48ddead7d481a0ad607c6c7406
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Thu Nov 20 15:19:39 2014 +0530
loosen asset_sync version
---
debian/patches/013-loosen-asset-sync-version.patch | 12 ++++++++++++
debian/patches/series | 1 +
2 files changed, 13 insertions(+)
diff --git a/debian/patches/013-loosen-asset-sync-version.patch b/debian/patches/013-loosen-asset-sync-version.patch
new file mode 100644
index 0000000..73ebfe7
--- /dev/null
+++ b/debian/patches/013-loosen-asset-sync-version.patch
@@ -0,0 +1,12 @@
+Index: diaspora/Gemfile
+===================================================================
+--- diaspora.orig/Gemfile
++++ diaspora/Gemfile
+@@ -183,6 +183,6 @@ group :production do # we don't install
+
+ # Third party asset hosting
+
+- gem 'asset_sync', '1.1.0', :require => false
++ gem 'asset_sync', '~> 1.1', :require => false
+ end
+
diff --git a/debian/patches/series b/debian/patches/series
index a1ea149..a33f133 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -10,3 +10,4 @@ remove-gemfile-lock.patch
010-loosen-rack-protection-version.patch
011-skip-foreman.patch
012-loosen-rails-version.patch
+013-loosen-asset-sync-version.patch
--
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