summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorElan Ruusamäe <glen@delfi.ee>2016-08-25 17:42:58 +0300
committerRémy Coutable <remy@rymai.me>2016-09-28 07:40:26 +0200
commitef063e00a9262a20f4bd584f1ee246b6f79c0025 (patch)
tree7d8ad90f7fc06e151a0a912df21e96f17e7c30b9 /Gemfile
parent3b206ccb8393d8f2c5ad227874d9a60beb054782 (diff)
downloadgitlab-ce-ef063e00a9262a20f4bd584f1ee246b6f79c0025.tar.gz
Bump ruby prof to 0.16
This solve issues with ruby builds with rubygems preload see https://github.com/ruby-prof/ruby-prof/pull/191 Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 633ce2de785..f80d745fff8 100644
--- a/Gemfile
+++ b/Gemfile
@@ -328,7 +328,7 @@ gem 'mail_room', '~> 0.8'
gem 'email_reply_parser', '~> 0.5.8'
-gem 'ruby-prof', '~> 0.15.9'
+gem 'ruby-prof', '~> 0.16.2'
## CI
gem 'activerecord-session_store', '~> 1.0.0'