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

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Mar 13 06:19:06 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 d1abae29bf2c0cc9ea455efa9a3ed6d64c73ba57
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Mar 13 11:42:04 2016 +0530

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

diff --git a/debian/patches/0040-relax-rails.patch b/debian/patches/0040-relax-rails.patch
new file mode 100644
index 0000000..736c443
--- /dev/null
+++ b/debian/patches/0040-relax-rails.patch
@@ -0,0 +1,12 @@
+Index: gitlab/Gemfile
+===================================================================
+--- gitlab.orig/Gemfile
++++ gitlab/Gemfile
+@@ -1,6 +1,6 @@
+ source "https://rubygems.org"
+ 
+-gem 'rails', '4.2.5.1'
++gem 'rails', '~> 4.2.5', '>= 4.2.5.1'
+ gem 'rails-deprecated_sanitizer', '~> 1.0.3'
+ 
+ # Responders respond_to and respond_with
diff --git a/debian/patches/series b/debian/patches/series
index 36675eb..ab645d2 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,6 +9,7 @@
 0037-loosen-request-store.patch
 0038-relax-net-ssh.patch
 0039-relax-nokogiri.patch
+0040-relax-rails.patch
 0100-remove-development-test.patch
 0102-loosen-octokit.patch
 0108-make-mysql-optional.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