relax rails
This commit is contained in:
parent
c6533171ee
commit
55394021f2
2 changed files with 8 additions and 1 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
gitlab (8.9.0+dfsg-10) unstable; urgency=medium
|
||||
|
||||
* Relax dependency on rails in Gemfile (Closes: #834907)
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Mon, 22 Aug 2016 11:07:21 +0530
|
||||
|
||||
gitlab (8.9.0+dfsg-9) unstable; urgency=medium
|
||||
|
||||
* Create gitlab user as system user (Closes: #834037)
|
||||
|
|
3
debian/patches/0050-relax-stable-libs.patch
vendored
3
debian/patches/0050-relax-stable-libs.patch
vendored
|
@ -6,8 +6,9 @@ gitlab Gemfile
|
|||
@@ -1,7 +1,7 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
gem 'rails', '4.2.6'
|
||||
-gem 'rails', '4.2.6'
|
||||
-gem 'rails-deprecated_sanitizer', '~> 1.0.3'
|
||||
+gem 'rails', '~> 4.2.6'
|
||||
+gem 'rails-deprecated_sanitizer', '~> 1.0', '>= 1.0.3'
|
||||
|
||||
# Responders respond_to and respond_with
|
||||
|
|
Loading…
Reference in a new issue