Skip to content
Snippets Groups Projects
Verified Commit 892844c5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Don't use production section for Gemfile

parent 1ef0ac50
No related branches found
No related tags found
1 merge request!2570Don't use production section for Gemfile
Pipeline #
Loading
Loading
@@ -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
Loading
Loading
@@ -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'
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment