debian-mirror-gitlab/debian/patches/0037-loosen-request-store.patch

14 lines
497 B
Diff
Raw Normal View History

2015-09-30 20:50:37 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2016-01-14 19:01:28 +05:30
@@ -207,7 +207,7 @@ gem 'jquery-scrollto-rails', '~> 1.4.3'
gem 'jquery-ui-rails', '~> 5.0.0'
2015-09-30 20:50:37 +05:30
gem 'nprogress-rails', '~> 0.1.6.7'
gem 'raphael-rails', '~> 2.1.2'
-gem 'request_store', '~> 1.2.0'
+gem 'request_store', '~> 1.1'
gem 'select2-rails', '~> 3.5.9'
gem 'virtus', '~> 1.0.1'
2015-12-23 02:32:54 +05:30
gem 'net-ssh', '~> 3.0.1'