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:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-23 00:04:22 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-01-23 00:04:22 +0300
commit892844c532fc2f03616ba6e7af7c458e93ff19e2 (patch)
treeef88248ee853fed87c9fca7a751428f9394bc9c7 /Gemfile
parent1ef0ac505caec5450c2beb8a69710e86736d9e04 (diff)
Don't use production section for Gemfile
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile b/Gemfile
index 746d8e5d6de..8e727d950bf 100644
--- a/Gemfile
+++ b/Gemfile
@@ -212,6 +212,9 @@ gem 'select2-rails', '~> 3.5.9'
gem 'virtus', '~> 1.0.1'
gem 'net-ssh', '~> 3.0.1'
+# Sentry integration
+gem 'sentry-raven'
+
# Metrics
group :metrics do
gem 'allocations', '~> 1.0', require: false, platform: :mri
@@ -293,9 +296,6 @@ end
group :production do
gem "gitlab_meta", '7.0'
-
- # Sentry integration
- gem 'sentry-raven'
end
gem "newrelic_rpm", '~> 3.9.4.245'