debian-mirror-gitlab/debian/patches/0037-loosen-request-store.patch
Praveen Arimbrathodiyil daa3d11ba8 refresh patches
2015-12-23 02:32:54 +05:30

25 lines
692 B
Diff

Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
@@ -206,7 +206,7 @@ gem 'jquery-scrollto-rails', '~> 1.4.3'
gem 'jquery-ui-rails', '~> 5.0.5'
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'
gem 'net-ssh', '~> 3.0.1'
@@ -286,6 +286,11 @@ group :production do
gem "gitlab_meta", '7.0'
end
+
+roup :production do
+ gem "gitlab_meta", '7.0'
+end
+
gem "newrelic_rpm", '~> 3.9.4.245'
gem 'newrelic-grape'