loosen rails version
This commit is contained in:
parent
28059229b2
commit
b173b7ed8d
2 changed files with 13 additions and 0 deletions
12
debian/patches/loosen-rails-version.patch
vendored
Normal file
12
debian/patches/loosen-rails-version.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.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
|
1
debian/patches/series
vendored
Normal file
1
debian/patches/series
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
loosen-rails-version.patch
|
Loading…
Reference in a new issue