25 lines
656 B
Diff
25 lines
656 B
Diff
Index: gitlab/Gemfile
|
|
===================================================================
|
|
--- gitlab.orig/Gemfile
|
|
+++ gitlab/Gemfile
|
|
@@ -200,7 +200,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'
|
|
|
|
@@ -277,6 +277,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'
|
|
|