Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-08-25 00:53:06 +0300
committerStan Hu <stanhu@gmail.com>2019-08-25 00:55:47 +0300
commit87e87b7b8c2f7e6731e92cdafd2671e983d97a92 (patch)
treec52b5ec40de92b3b1cbd2608331acd0a24aa1b21 /Gemfile
parent8112fb37544557b3f94c0a558175d5da99ef9829 (diff)
Bump ruby-prof to 1.0.0
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