loosen slim

This commit is contained in:
Praveen Arimbrathodiyil 2015-10-01 22:00:10 +05:30
parent 7e469ef585
commit 6a3c137c9b
2 changed files with 14 additions and 0 deletions

13
debian/patches/0105-loosen-slim.patch vendored Normal file
View file

@ -0,0 +1,13 @@
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -126,7 +126,7 @@ gem "state_machine", '~> 1.2.0'
gem 'acts-as-taggable-on', '~> 3.4'
# Background jobs
-gem 'slim', '~> 2.0.2'
+gem 'slim', '~> 3.0.6'
gem 'sinatra', '~> 1.4.4', require: nil
gem 'sidekiq', '3.4.2'
gem 'sidetiq', '~> 0.6.3'

View file

@ -40,3 +40,4 @@ loosen-rails-version.patch
0102-loosen-octokit.patch
0103-loosen-whenever.patch
0104-loosen-kaminari.patch
0105-loosen-slim.patch