1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

Use test-prof 1.4.0.rc1

This commit is contained in:
Matt Jankowski 2024-07-16 09:52:50 -04:00
parent a78128b826
commit 078abefda6
2 changed files with 8 additions and 3 deletions

View file

@ -209,7 +209,7 @@ group :development, :test do
gem 'memory_profiler', require: false gem 'memory_profiler', require: false
gem 'ruby-prof', require: false gem 'ruby-prof', require: false
gem 'stackprof', require: false gem 'stackprof', require: false
gem 'test-prof' gem 'test-prof', github: 'test-prof/test-prof'
# RSpec runner for rails # RSpec runner for rails
gem 'rspec-rails', '~> 6.0' gem 'rspec-rails', '~> 6.0'

View file

@ -15,6 +15,12 @@ GIT
activerecord (>= 5.a) activerecord (>= 5.a)
database_cleaner-core (~> 2.0.0) 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 GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
@ -836,7 +842,6 @@ GEM
unicode-display_width (>= 1.1.1, < 3) unicode-display_width (>= 1.1.1, < 3)
terrapin (1.0.1) terrapin (1.0.1)
climate_control climate_control
test-prof (1.3.3.1)
thor (1.3.1) thor (1.3.1)
tilt (2.3.0) tilt (2.3.0)
timeout (0.4.1) timeout (0.4.1)
@ -1051,7 +1056,7 @@ DEPENDENCIES
stackprof stackprof
stoplight (~> 4.1) stoplight (~> 4.1)
strong_migrations strong_migrations
test-prof test-prof!
thor (~> 1.2) thor (~> 1.2)
tty-prompt (~> 0.23) tty-prompt (~> 0.23)
twitter-text (~> 3.1.0) twitter-text (~> 3.1.0)