From b755673fb63b57751657a55f568ca809e5c7901e Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Tue, 24 Jul 2018 22:15:52 -0700 Subject: Add rbtrace to Gemfile 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 --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') 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' -- cgit v1.2.1