allow minor updates
This commit is contained in:
parent
15280457bd
commit
a400c3c782
3 changed files with 31 additions and 0 deletions
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
gitlab (8.8.2+dfsg-4) UNRELEASED; urgency=high
|
||||
|
||||
* Allow minor updates for ruby-state-machines-activerecord (Closes: #827013)
|
||||
|
||||
-- Pirate Praveen <praveen@debian.org> Sun, 12 Jun 2016 12:48:36 +0530
|
||||
|
||||
gitlab (8.8.2+dfsg-3) unstable; urgency=medium
|
||||
|
||||
* Update minimum version of rails to 4.2.6
|
||||
|
|
24
debian/patches/0051-allow-stable-minor-8.9.patch
vendored
Normal file
24
debian/patches/0051-allow-stable-minor-8.9.patch
vendored
Normal file
|
@ -0,0 +1,24 @@
|
|||
relax minor updates for 8.9 (fix #827013)
|
||||
|
||||
Index: gitlab/Gemfile
|
||||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -105,7 +105,7 @@ gem 'org-ruby', '~> 0.9.12'
|
||||
gem 'creole', '~> 0.5.0'
|
||||
gem 'wikicloth', '0.8.1'
|
||||
gem 'asciidoctor', '~> 1.5.2'
|
||||
-gem 'rouge', '~> 1.10.1'
|
||||
+gem 'rouge', '~> 1.10'
|
||||
|
||||
# See https://groups.google.com/forum/#!topic/ruby-security-ann/aSbgDiwb24s
|
||||
# and https://groups.google.com/forum/#!topic/ruby-security-ann/Dy7YiKb_pMM
|
||||
@@ -121,7 +121,7 @@ group :unicorn do
|
||||
end
|
||||
|
||||
# State machine
|
||||
-gem "state_machines-activerecord", '~> 0.3.0'
|
||||
+gem "state_machines-activerecord", '~> 0.4.0'
|
||||
# Run events after state machine commits
|
||||
gem 'after_commit_queue'
|
||||
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -4,6 +4,7 @@
|
|||
0018-loosen-rdoc.patch
|
||||
0042-relax-grape-entity.patch
|
||||
0050-relax-stable-libs.patch
|
||||
0051-allow-stable-minor-8.9.patch
|
||||
0100-remove-development-test.patch
|
||||
0108-make-mysql-optional.patch
|
||||
source-init-functions.patch
|
||||
|
|
Loading…
Reference in a new issue