[DRE-commits] [gitlab] 01/01: relax rails

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Aug 22 06:43:54 UTC 2016


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

praveen pushed a commit to branch master
in repository gitlab.

commit 55394021f263bb3ae355a2f776c87ba227ae4d65
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Aug 22 11:07:27 2016 +0530

    relax rails
---
 debian/changelog                            | 6 ++++++
 debian/patches/0050-relax-stable-libs.patch | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index f4ddf9c..85e8cb3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+gitlab (8.9.0+dfsg-10) unstable; urgency=medium
+
+  * Relax dependency on rails in Gemfile (Closes: #834907) 
+
+ -- Pirate Praveen <praveen at debian.org>  Mon, 22 Aug 2016 11:07:21 +0530
+
 gitlab (8.9.0+dfsg-9) unstable; urgency=medium
 
   * Create gitlab user as system user (Closes: #834037)
diff --git a/debian/patches/0050-relax-stable-libs.patch b/debian/patches/0050-relax-stable-libs.patch
index c30f00c..2ed7632 100644
--- a/debian/patches/0050-relax-stable-libs.patch
+++ b/debian/patches/0050-relax-stable-libs.patch
@@ -6,8 +6,9 @@ gitlab Gemfile
 @@ -1,7 +1,7 @@
  source "https://rubygems.org"
  
- gem 'rails', '4.2.6'
+-gem 'rails', '4.2.6'
 -gem 'rails-deprecated_sanitizer', '~> 1.0.3'
++gem 'rails', '~> 4.2.6'
 +gem 'rails-deprecated_sanitizer', '~> 1.0', '>= 1.0.3'
  
  # Responders respond_to and respond_with

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



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