debian-mirror-gitlab/debian/patches/0027-loosen-underscore-rails.patch

14 lines
362 B
Diff
Raw Normal View History

2015-09-30 08:08:35 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-11-26 16:55:07 +05:30
@@ -166,7 +166,7 @@ gem 'd3_rails', '~> 3.5.5'
2015-09-30 08:08:35 +05:30
gem "cal-heatmap-rails", "~> 0.0.1"
# underscore-rails
-gem "underscore-rails", "~> 1.4.4"
+gem "underscore-rails", "~> 1.8.2"
# Sanitize user input
gem "sanitize", '~> 2.0'