From f1c47e5f3472692d5eec9f6e55f9c5650b4be6fe Mon Sep 17 00:00:00 2001 From: Matt Jankowski Date: Tue, 16 Jul 2024 09:52:50 -0400 Subject: [PATCH] Use test-prof 1.4.0.rc1 --- Gemfile | 2 +- Gemfile.lock | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 40433667da4..15432d1b739 100644 --- a/Gemfile +++ b/Gemfile @@ -209,7 +209,7 @@ group :development, :test do gem 'memory_profiler', require: false gem 'ruby-prof', require: false gem 'stackprof', require: false - gem 'test-prof' + gem 'test-prof', github: 'test-prof/test-prof' # RSpec runner for rails gem 'rspec-rails', '~> 6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 17131ffe68e..8cc66cdd530 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,6 +15,12 @@ GIT activerecord (>= 5.a) database_cleaner-core (~> 2.0.0) +GIT + remote: https://github.com/test-prof/test-prof.git + revision: 0259a76d2242a63d01556100ee208d29eaf1429c + specs: + test-prof (1.4.0.rc.1) + GEM remote: https://rubygems.org/ specs: @@ -834,7 +840,6 @@ GEM unicode-display_width (>= 1.1.1, < 3) terrapin (1.0.1) climate_control - test-prof (1.3.3.1) thor (1.3.1) tilt (2.3.0) timeout (0.4.1) @@ -1049,7 +1054,7 @@ DEPENDENCIES stackprof stoplight (~> 4.1) strong_migrations - test-prof + test-prof! thor (~> 1.2) tty-prompt (~> 0.23) twitter-text (~> 3.1.0)