summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-08-09 10:10:33 +0200
committerRémy Coutable <remy@rymai.me>2017-08-09 10:10:33 +0200
commit0a3f4dfc8232a0314f2dce9b686a16070b6281cf (patch)
tree49602add22bdbb60656dace7d79582cfa623877f /Gemfile
parent932a6e69b882334dd7e8fdf158ebbab4c620a2b5 (diff)
downloadgitlab-ce-0a3f4dfc8232a0314f2dce9b686a16070b6281cf.tar.gz
Don't require stackprof in Gemfile
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index fcd4889eea8..2a4b4717153 100644
--- a/Gemfile
+++ b/Gemfile
@@ -355,7 +355,7 @@ group :development, :test do
gem 'activerecord_sane_schema_dumper', '0.2'
- gem 'stackprof', '~> 0.2.10'
+ gem 'stackprof', '~> 0.2.10', require: false
end
group :test do