Bump test-prof from 0.11.3 to 0.12.0 (#9386)

* Bump test-prof from 0.11.3 to 0.12.0

Bumps [test-prof](https://github.com/palkan/test-prof) from 0.11.3 to 0.12.0.
- [Release notes](https://github.com/palkan/test-prof/releases)
- [Changelog](https://github.com/palkan/test-prof/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palkan/test-prof/compare/v0.11.3...v0.12.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

* Bump test-prof from 0.11.3 to 0.12.0 (Update vendor/cache)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2020-07-20 09:53:55 +02:00 committed by GitHub
parent 914e8b80a8
commit 803d482f90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 3 deletions

View file

@ -161,7 +161,7 @@ group :test do
gem "simplecov", "0.17.1", 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", "~> 3.0", require: "stripe_mock" # A drop-in library to test stripe without hitting their servers
gem "test-prof", "~> 0.11" # Ruby Tests Profiling Toolbox
gem "test-prof", "~> 0.12" # 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", "~> 6.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
gem "webdrivers", "~> 4.4" # Run Selenium tests more easily with install and updates for all supported webdrivers

View file

@ -798,7 +798,7 @@ GEM
stripe (> 5, < 6)
strong_migrations (0.6.8)
activerecord (>= 5)
test-prof (0.11.3)
test-prof (0.12.0)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.10)
@ -1017,7 +1017,7 @@ DEPENDENCIES
stripe (~> 5.22)
stripe-ruby-mock (~> 3.0)
strong_migrations (~> 0.6)
test-prof (~> 0.11)
test-prof (~> 0.12)
timber (~> 3.0)
timber-rails!
timecop (~> 0.9)

Binary file not shown.

BIN
vendor/cache/test-prof-0.12.0.gem vendored Normal file

Binary file not shown.