loosen enumerize
This commit is contained in:
parent
6de9582dd0
commit
880dfd72c5
2 changed files with 14 additions and 0 deletions
13
debian/patches/0013-loosen-enumerize.patch
vendored
Normal file
13
debian/patches/0013-loosen-enumerize.patch
vendored
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Index: gitlab/Gemfile
|
||||||
|
===================================================================
|
||||||
|
--- gitlab.orig/Gemfile
|
||||||
|
+++ gitlab/Gemfile
|
||||||
|
@@ -74,7 +74,7 @@ gem 'rack-cors', '~> 0.4.0', require: 'r
|
||||||
|
gem "stamp", '~> 0.6.0'
|
||||||
|
|
||||||
|
# Enumeration fields
|
||||||
|
-gem 'enumerize', '~> 0.7.0'
|
||||||
|
+gem 'enumerize', '~> 1.0.0'
|
||||||
|
|
||||||
|
# Pagination
|
||||||
|
gem "kaminari", "~> 0.15.1"
|
1
debian/patches/series
vendored
1
debian/patches/series
vendored
|
@ -10,3 +10,4 @@ loosen-rails-version.patch
|
||||||
0010-loosen-omniauth-kerberos.patch
|
0010-loosen-omniauth-kerberos.patch
|
||||||
0011-loosen-rack-cors.patch
|
0011-loosen-rack-cors.patch
|
||||||
0012-loosen-stamp.patch
|
0012-loosen-stamp.patch
|
||||||
|
0013-loosen-enumerize.patch
|
||||||
|
|
Loading…
Reference in a new issue