Bump test-prof from 0.10.2 to 0.11.3 (#6105)

This commit is contained in:
dependabot-preview[bot] 2020-02-17 09:23:31 -05:00 committed by GitHub
parent 31908e84bd
commit 361dcff49a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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)