diff options
author | Stan Hu <stanhu@gmail.com> | 2018-07-24 22:15:52 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-07-25 04:41:40 -0700 |
commit | b755673fb63b57751657a55f568ca809e5c7901e (patch) | |
tree | 26aba0d729449126b86b5e36fa7efd180aa83555 /Gemfile | |
parent | 6cb30f83255f0982646fea688f2fe275a3b22cc7 (diff) | |
download | gitlab-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-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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' |