Bump test-prof from 0.12.2 to 1.0.0 (#12382)
Bumps [test-prof](https://github.com/test-prof/test-prof) from 0.12.2 to 1.0.0. - [Release notes](https://github.com/test-prof/test-prof/releases) - [Changelog](https://github.com/test-prof/test-prof/blob/master/CHANGELOG.md) - [Commits](https://github.com/test-prof/test-prof/commits/v1.0.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
931d9169fd
commit
7ce9940ad6
4 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -170,7 +170,7 @@ group :test do
|
|||
gem "simplecov", "~> 0.21.2", 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.12" # Ruby Tests Profiling Toolbox
|
||||
gem "test-prof", "~> 1.0" # 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.5" # Run Selenium tests more easily with install and updates for all supported webdrivers
|
||||
|
|
|
|||
|
|
@ -764,7 +764,7 @@ GEM
|
|||
stripe (> 5, < 6)
|
||||
strong_migrations (0.7.6)
|
||||
activerecord (>= 5)
|
||||
test-prof (0.12.2)
|
||||
test-prof (1.0.0)
|
||||
thor (0.20.3)
|
||||
thread_safe (0.3.6)
|
||||
tilt (2.0.10)
|
||||
|
|
@ -982,7 +982,7 @@ DEPENDENCIES
|
|||
stripe (~> 5.29)
|
||||
stripe-ruby-mock (~> 3.0)
|
||||
strong_migrations (~> 0.7)
|
||||
test-prof (~> 0.12)
|
||||
test-prof (~> 1.0)
|
||||
timecop (~> 0.9)
|
||||
twilio-ruby (~> 5.46)
|
||||
twitter (~> 7.0)
|
||||
|
|
|
|||
BIN
vendor/cache/test-prof-0.12.2.gem
vendored
BIN
vendor/cache/test-prof-0.12.2.gem
vendored
Binary file not shown.
BIN
vendor/cache/test-prof-1.0.0.gem
vendored
Normal file
BIN
vendor/cache/test-prof-1.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Add table
Reference in a new issue