Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Frye <joshfng@gmail.com>2016-02-03 17:21:37 +0300
committerJosh Frye <joshfng@gmail.com>2016-02-03 17:22:21 +0300
commit531767175f0a364a332c74bf27c5f202732ce519 (patch)
tree493a158205ed33fcbbc9fba843b15ac64d4b4bb0 /Gemfile
parentc1faa836f6711695f2105e7405c2ea438382a5a8 (diff)
Remove newrelic gem. Closes #12860
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index 16a02da5bf9..a8f3619782d 100644
--- a/Gemfile
+++ b/Gemfile
@@ -303,8 +303,6 @@ group :production do
gem "gitlab_meta", '7.0'
end
-gem "newrelic_rpm", '~> 3.14'
-
gem 'octokit', '~> 3.8.0'
gem "mail_room", "~> 0.6.1"