summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-08-24 14:53:06 -0700
committerStan Hu <stanhu@gmail.com>2019-08-24 14:55:47 -0700
commit87e87b7b8c2f7e6731e92cdafd2671e983d97a92 (patch)
treec52b5ec40de92b3b1cbd2608331acd0a24aa1b21 /Gemfile
parent8112fb37544557b3f94c0a558175d5da99ef9829 (diff)
downloadgitlab-ce-sh-upgrade-ruby-prof.tar.gz
Bump ruby-prof to 1.0.0sh-upgrade-ruby-prof
This is significant improvement over the previous releases: https://github.com/ruby-prof/ruby-prof/blob/master/CHANGES
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index e5023a6f67d..6849793563c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -399,7 +399,7 @@ gem 'mail_room', '~> 0.9.1'
gem 'email_reply_trimmer', '~> 0.1'
gem 'html2text'
-gem 'ruby-prof', '~> 0.17.0'
+gem 'ruby-prof', '~> 1.0.0'
gem 'rbtrace', '~> 0.4', require: false
gem 'memory_profiler', '~> 0.9', require: false
gem 'benchmark-memory', '~> 0.1', require: false