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

26 lines
656 B
Diff
Raw Normal View History

2015-09-30 20:50:37 +05:30
Index: gitlab/Gemfile
===================================================================
--- gitlab.orig/Gemfile
+++ gitlab/Gemfile
2015-10-24 20:10:10 +05:30
@@ -203,7 +203,7 @@ gem 'jquery-scrollto-rails', '~> 1.4.3'
2015-09-30 20:50:37 +05:30
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'
2015-10-24 20:10:10 +05:30
@@ -280,6 +280,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'