Bump test-prof from 0.10.2 to 0.11.3 (#6105)
This commit is contained in:
parent
31908e84bd
commit
361dcff49a
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -151,7 +151,7 @@ group :test do
|
|||
gem "simplecov", "~> 0.17", require: false # Code coverage with a powerful configuration library and automatic merging of coverage across test suites
|
||||
gem "stackprof", "~> 0.2", require: false, platforms: :ruby # stackprof is a fast sampling profiler for ruby code, with cpu, wallclock and object allocation samplers
|
||||
gem "stripe-ruby-mock", "~> 2.5", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers
|
||||
gem "test-prof", "~> 0.10" # Ruby Tests Profiling Toolbox
|
||||
gem "test-prof", "~> 0.11" # Ruby Tests Profiling Toolbox
|
||||
gem "timecop", "~> 0.9" # A gem providing "time travel" and "time freezing" capabilities, making it dead simple to test time-dependent code
|
||||
gem "vcr", "~> 5.1" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
|
||||
gem "webdrivers", "~> 4.2" # Run Selenium tests more easily with install and updates for all supported webdrivers
|
||||
|
|
|
|||
|
|
@ -765,7 +765,7 @@ GEM
|
|||
stripe (>= 2.0.3)
|
||||
strong_migrations (0.6.1)
|
||||
activerecord (>= 5)
|
||||
test-prof (0.10.2)
|
||||
test-prof (0.11.3)
|
||||
thor (0.20.3)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.10)
|
||||
|
|
@ -976,7 +976,7 @@ DEPENDENCIES
|
|||
stripe (~> 4.23)
|
||||
stripe-ruby-mock (~> 2.5)
|
||||
strong_migrations (~> 0.6)
|
||||
test-prof (~> 0.10)
|
||||
test-prof (~> 0.11)
|
||||
timber (~> 3.0)
|
||||
timber-rails (~> 1.0)
|
||||
timecop (~> 0.9)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue