summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-07-24 22:15:52 -0700
committerStan Hu <stanhu@gmail.com>2018-07-25 04:41:40 -0700
commitb755673fb63b57751657a55f568ca809e5c7901e (patch)
tree26aba0d729449126b86b5e36fa7efd180aa83555 /Gemfile
parent6cb30f83255f0982646fea688f2fe275a3b22cc7 (diff)
downloadgitlab-ce-b755673fb63b57751657a55f568ca809e5c7901e.tar.gz
Add rbtrace to Gemfilesh-include-rbtrace
This will be enabled if ENABLE_RBTRACE environment variable is defined. This will allow us to debug all sorts of issues in production: https://github.com/tmm1/rbtrace
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 47815f230d3..a7bf5c500ca 100644
--- a/Gemfile
+++ b/Gemfile
@@ -400,6 +400,7 @@ gem 'email_reply_trimmer', '~> 0.1'
gem 'html2text'
gem 'ruby-prof', '~> 0.17.0'
+gem 'rbtrace', '~> 0.4', require: false
# OAuth
gem 'oauth2', '~> 1.4'