mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
Added test-prof as a dependency (#7395)
test-prof is a collection of tools for analyzing test-suite performance.
This commit is contained in:
parent
19905e587b
commit
7e3628d11f
1
Gemfile
1
Gemfile
|
@ -122,6 +122,7 @@ group :test do
|
||||||
gem 'minitest', require: false
|
gem 'minitest', require: false
|
||||||
gem 'danger'
|
gem 'danger'
|
||||||
gem 'simplecov', require: false
|
gem 'simplecov', require: false
|
||||||
|
gem "test-prof"
|
||||||
end
|
end
|
||||||
|
|
||||||
group :test, :development do
|
group :test, :development do
|
||||||
|
|
|
@ -424,6 +424,7 @@ GEM
|
||||||
stackprof (0.2.12)
|
stackprof (0.2.12)
|
||||||
terminal-table (1.8.0)
|
terminal-table (1.8.0)
|
||||||
unicode-display_width (~> 1.1, >= 1.1.1)
|
unicode-display_width (~> 1.1, >= 1.1.1)
|
||||||
|
test-prof (0.8.0)
|
||||||
thor (0.20.3)
|
thor (0.20.3)
|
||||||
thread_safe (0.3.6)
|
thread_safe (0.3.6)
|
||||||
tilt (2.0.8)
|
tilt (2.0.8)
|
||||||
|
@ -559,6 +560,7 @@ DEPENDENCIES
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
sshkey
|
sshkey
|
||||||
stackprof
|
stackprof
|
||||||
|
test-prof
|
||||||
thor
|
thor
|
||||||
tilt
|
tilt
|
||||||
uglifier
|
uglifier
|
||||||
|
|
Loading…
Reference in New Issue
Block a user