loosen stamp

This commit is contained in:
Praveen Arimbrathodiyil 2015-09-28 17:43:19 +05:30
parent 08014e9654
commit 6de9582dd0
2 changed files with 14 additions and 0 deletions

13
debian/patches/0012-loosen-stamp.patch vendored Normal file
View file

@ -0,0 +1,13 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -71,7 +71,7 @@ gem 'rack-cors', '~> 0.4.0', require: 'r
# Format dates and times
# based on human-friendly examples
-gem "stamp", '~> 0.5.0'
+gem "stamp", '~> 0.6.0'
# Enumeration fields
gem 'enumerize', '~> 0.7.0'

View file

@ -9,3 +9,4 @@ loosen-rails-version.patch
0009-loosen-omniauth-shibboleth.patch
0010-loosen-omniauth-kerberos.patch
0011-loosen-rack-cors.patch
0012-loosen-stamp.patch