From 7e3628d11f91443f480ee2cba5dcd3233108d437 Mon Sep 17 00:00:00 2001 From: Daniel Waterworth Date: Fri, 19 Apr 2019 08:52:31 +0000 Subject: [PATCH] Added test-prof as a dependency (#7395) test-prof is a collection of tools for analyzing test-suite performance. --- Gemfile | 1 + Gemfile.lock | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index 84acce455af..ac427bd6579 100644 --- a/Gemfile +++ b/Gemfile @@ -122,6 +122,7 @@ group :test do gem 'minitest', require: false gem 'danger' gem 'simplecov', require: false + gem "test-prof" end group :test, :development do diff --git a/Gemfile.lock b/Gemfile.lock index 89a2aedf765..efde34d9a4d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -424,6 +424,7 @@ GEM stackprof (0.2.12) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) + test-prof (0.8.0) thor (0.20.3) thread_safe (0.3.6) tilt (2.0.8) @@ -559,6 +560,7 @@ DEPENDENCIES sprockets-rails sshkey stackprof + test-prof thor tilt uglifier