debian-mirror-gitlab/debian/patches/0022-loosen-colorize.patch

14 lines
347 B
Diff
Raw Normal View History

2015-09-29 12:34:09 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-10-24 20:10:10 +05:30
@@ -129,7 +129,7 @@ gem "httparty", '~> 0.13.3'
2015-09-29 12:34:09 +05:30
# Colored output to console
gem "colored", '~> 1.2'
-gem "colorize", '~> 0.5.8'
+gem "colorize", '~> 0.7.3'
# GitLab settings
gem 'settingslogic', '~> 2.0.9'