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.rails5.lock | |
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.rails5.lock')
-rw-r--r-- | Gemfile.rails5.lock | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Gemfile.rails5.lock b/Gemfile.rails5.lock index 5a0aaf05608..36d758f0558 100644 --- a/Gemfile.rails5.lock +++ b/Gemfile.rails5.lock @@ -709,6 +709,10 @@ GEM ffi (>= 0.5.0, < 2) rblineprof (0.3.6) debugger-ruby_core_source (~> 1.3) + rbtrace (0.4.10) + ffi (>= 1.0.6) + msgpack (>= 0.4.3) + trollop (>= 1.16.2) rdoc (6.0.4) re2 (1.1.1) recaptcha (3.0.0) @@ -918,6 +922,7 @@ GEM parslet (~> 1.5.0) toml-rb (1.0.0) citrus (~> 3.0, > 3.0) + trollop (2.1.3) truncato (0.7.10) htmlentities (~> 4.3.1) nokogiri (~> 1.8.0, >= 1.7.0) @@ -1144,6 +1149,7 @@ DEPENDENCIES rainbow (~> 2.2) raindrops (~> 0.18) rblineprof (~> 0.3.6) + rbtrace (~> 0.4) rdoc (~> 6.0) re2 (~> 1.1.1) recaptcha (~> 3.0) |