From 94f178d73247ae936fc0d19d2de71df4efe30a90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 19:59:39 +0000 Subject: [PATCH] Bump test-prof from 1.3.3 to 1.4.2 Bumps [test-prof](https://github.com/test-prof/test-prof) from 1.3.3 to 1.4.2. - [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/compare/v1.3.3...v1.4.2) --- updated-dependencies: - dependency-name: test-prof dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 74db7f6..9e7e0c0 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ group :development, :test do gem 'rspec-rails', '~> 6.1' gem 'factory_bot_rails', '~> 6.4', '>= 6.4.3' - gem 'test-prof', '~> 1.3', '>= 1.3.3' + gem 'test-prof', '~> 1.4' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 98ba707..e9b5c0a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ GEM stringio (3.1.1) tailwindcss-rails (2.6.3-x86_64-linux) railties (>= 7.0.0) - test-prof (1.3.3) + test-prof (1.4.2) thor (1.3.2) timeout (0.4.1) turbo-rails (2.0.5) @@ -335,7 +335,7 @@ DEPENDENCIES sprockets-rails (~> 3.4, >= 3.4.2) stimulus-rails (~> 1.3) tailwindcss-rails (~> 2.6) - test-prof (~> 1.3, >= 1.3.3) + test-prof (~> 1.4) turbo-rails (~> 2.0, >= 2.0.5) tzinfo-data view_component (~> 3.12)