[DRE-commits] [gitlab] 01/03: loosen rails version

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Thu Sep 24 11:30:15 UTC 2015


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

praveen pushed a commit to branch master
in repository gitlab.

commit b173b7ed8d80b058e4616c775d6b6d200cb4405b
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Thu Sep 24 15:36:10 2015 +0530

    loosen rails version
---
 debian/patches/loosen-rails-version.patch | 12 ++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 13 insertions(+)

diff --git a/debian/patches/loosen-rails-version.patch b/debian/patches/loosen-rails-version.patch
new file mode 100644
index 0000000..7dc399f
--- /dev/null
+++ b/debian/patches/loosen-rails-version.patch
@@ -0,0 +1,12 @@
+Index: gitlab/Gemfile
+===================================================================
+--- gitlab.orig/Gemfile
++++ gitlab/Gemfile
+@@ -1,6 +1,6 @@
+ source "https://rubygems.org"
+ 
+-gem 'rails', '4.1.11'
++gem 'rails', '~> 4.2.4'
+ 
+ # Specify a sprockets version due to security issue
+ # See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..662c1ac
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+loosen-rails-version.patch

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