relax rails

This commit is contained in:
Praveen Arimbrathodiyil 2016-03-13 11:42:04 +05:30
parent f21767a701
commit d1abae29bf
2 changed files with 13 additions and 0 deletions

12
debian/patches/0040-relax-rails.patch vendored Normal file
View file

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

View file

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