debian-mirror-gitlab/debian/patches/0029-loosen-sass-rails.patch

14 lines
424 B
Diff
Raw Normal View History

2015-09-30 08:36:36 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-10-24 20:10:10 +05:30
@@ -186,7 +186,7 @@ gem 'mousetrap-rails', '~> 1.4.6'
2015-09-30 08:36:36 +05:30
# Detect and convert string character encoding
gem 'charlock_holmes', '~> 0.6.9.4'
-gem "sass-rails", '~> 4.0.5'
+gem "sass-rails", '~> 5.0.3'
gem "coffee-rails", '~> 4.1.0'
2015-10-24 20:10:10 +05:30
gem "uglifier", '~> 2.7.2'
2015-09-30 08:36:36 +05:30
gem 'turbolinks', '~> 2.5.0'