Merge branch 'sh-upgrade-ruby-prof' into 'master'
Bump ruby-prof to 1.0.0 See merge request gitlab-org/gitlab-ce!29588
This commit is contained in:
commit
f7dc2825c1
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
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
|
||||
|
|
|
@ -837,7 +837,7 @@ GEM
|
|||
i18n
|
||||
ruby-fogbugz (0.2.1)
|
||||
crack (~> 0.4)
|
||||
ruby-prof (0.17.0)
|
||||
ruby-prof (1.0.0)
|
||||
ruby-progressbar (1.10.1)
|
||||
ruby-saml (1.7.2)
|
||||
nokogiri (>= 1.5.10)
|
||||
|
@ -1218,7 +1218,7 @@ DEPENDENCIES
|
|||
rubocop-performance (~> 1.1.0)
|
||||
rubocop-rspec (~> 1.22.1)
|
||||
ruby-fogbugz (~> 0.2.1)
|
||||
ruby-prof (~> 0.17.0)
|
||||
ruby-prof (~> 1.0.0)
|
||||
ruby-progressbar
|
||||
ruby_parser (~> 3.8)
|
||||
rubyzip (~> 1.2.2)
|
||||
|
|
Loading…
Reference in a new issue