relax rails
This commit is contained in:
parent
f21767a701
commit
d1abae29bf
2 changed files with 13 additions and 0 deletions
12
debian/patches/0040-relax-rails.patch
vendored
Normal file
12
debian/patches/0040-relax-rails.patch
vendored
Normal 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
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue