fix typo
This commit is contained in:
parent
30a45d62d8
commit
1a7038f240
1 changed files with 10 additions and 6 deletions
|
@ -2,7 +2,7 @@ Index: gitlab/Gemfile
|
|||
===================================================================
|
||||
--- gitlab.orig/Gemfile
|
||||
+++ gitlab/Gemfile
|
||||
@@ -207,80 +207,6 @@ gem 'request_store', '~> 1.1'
|
||||
@@ -207,84 +207,10 @@ gem 'request_store', '~> 1.1'
|
||||
gem 'select2-rails', '~> 3.5.9'
|
||||
gem 'virtus', '~> 1.0.1'
|
||||
|
||||
|
@ -75,11 +75,15 @@ Index: gitlab/Gemfile
|
|||
- gem 'sham_rack'
|
||||
-end
|
||||
-
|
||||
-group :production do
|
||||
group :production do
|
||||
gem "gitlab_meta", '7.0'
|
||||
end
|
||||
|
||||
-
|
||||
-roup :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'
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue