mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Install Ruby-Prof.
This commit is contained in:
parent
1a435414d5
commit
d58de2b484
1
Gemfile
1
Gemfile
@ -144,6 +144,7 @@ group :test, :development do
|
|||||||
end
|
end
|
||||||
|
|
||||||
group :development do
|
group :development do
|
||||||
|
gem 'ruby-prof', require: false
|
||||||
gem 'bullet', require: !!ENV['BULLET']
|
gem 'bullet', require: !!ENV['BULLET']
|
||||||
gem 'better_errors'
|
gem 'better_errors'
|
||||||
gem 'binding_of_caller'
|
gem 'binding_of_caller'
|
||||||
|
@ -331,6 +331,7 @@ GEM
|
|||||||
ansi
|
ansi
|
||||||
ast
|
ast
|
||||||
ruby-openid (2.7.0)
|
ruby-openid (2.7.0)
|
||||||
|
ruby-prof (0.16.2)
|
||||||
ruby-progressbar (1.8.1)
|
ruby-progressbar (1.8.1)
|
||||||
ruby-readability (0.7.0)
|
ruby-readability (0.7.0)
|
||||||
guess_html_encoding (>= 0.0.4)
|
guess_html_encoding (>= 0.0.4)
|
||||||
@ -477,6 +478,7 @@ DEPENDENCIES
|
|||||||
rspec-rails
|
rspec-rails
|
||||||
rtlit
|
rtlit
|
||||||
rubocop
|
rubocop
|
||||||
|
ruby-prof
|
||||||
ruby-readability
|
ruby-readability
|
||||||
sanitize
|
sanitize
|
||||||
sassc
|
sassc
|
||||||
|
Loading…
Reference in New Issue
Block a user