Bump test-prof from 0.9.0 to 0.10.0 (#3842)

Bumps [test-prof](https://github.com/palkan/test-prof) from 0.9.0 to 0.10.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.9.0...v0.10.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2019-08-26 16:02:01 -04:00 committed by Ben Halpern
parent 4243510f87
commit 4785183b21
2 changed files with 3 additions and 3 deletions

View file

@ -145,7 +145,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.9" # Ruby Tests Profiling Toolbox
gem "test-prof", "~> 0.10" # 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.0" # Record your test suite's HTTP interactions and replay them during future test runs for fast, deterministic, accurate tests
gem "webdrivers", "~> 4.1" # Run Selenium tests more easily with install and updates for all supported webdrivers

View file

@ -745,7 +745,7 @@ GEM
dante (>= 0.2.0)
multi_json (~> 1.0)
stripe (>= 2.0.3)
test-prof (0.9.0)
test-prof (0.10.0)
thor (0.20.3)
thread_safe (0.3.6)
tilt (2.0.9)
@ -952,7 +952,7 @@ DEPENDENCIES
storext (~> 3.0)
stripe (~> 4.23)
stripe-ruby-mock (~> 2.5)
test-prof (~> 0.9)
test-prof (~> 0.10)
timber (~> 3.0)
timber-rails (~> 1.0)
timecop (~> 0.9)