diff --git a/Gemfile b/Gemfile index 02e456849..84b7f343a 100644 --- a/Gemfile +++ b/Gemfile @@ -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 diff --git a/Gemfile.lock b/Gemfile.lock index 43e51d000..bed88a9b4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/vendor/cache/test-prof-0.11.3.gem b/vendor/cache/test-prof-0.11.3.gem deleted file mode 100644 index 8f660cf4e..000000000 Binary files a/vendor/cache/test-prof-0.11.3.gem and /dev/null differ diff --git a/vendor/cache/test-prof-0.12.0.gem b/vendor/cache/test-prof-0.12.0.gem new file mode 100644 index 000000000..ec7c69738 Binary files /dev/null and b/vendor/cache/test-prof-0.12.0.gem differ