From d76aaba883e948f36277c3d4c2dadd6940460c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 07:32:29 +0000 Subject: [PATCH] Bump retest from 1.13.2 to 2.4.0 Bumps [retest](https://github.com/AlexB52/retest) from 1.13.2 to 2.4.0. - [Release notes](https://github.com/AlexB52/retest/releases) - [Commits](https://github.com/AlexB52/retest/compare/v1.13.2...v2.4.0) --- updated-dependencies: - dependency-name: retest dependency-version: 2.4.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d34fb57..2fbfe92 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'rspec', '~> 3' gem 'rspec_junit_formatter', '~> 0.6' gem 'debug', '~> 1.9', require: false -gem 'retest', '~> 1.13', require: false +gem 'retest', '~> 2.4', require: false gem 'rubocop', '~> 1', require: false gem 'rubocop-rake', '~> 0.6', require: false gem 'rubocop-rspec', '~> 3', require: false diff --git a/Gemfile.lock b/Gemfile.lock index eb3f24f..0d98395 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -64,6 +64,8 @@ GEM parser (3.3.11.1) ast (~> 2.4.1) racc + pastel (0.8.0) + tty-color (~> 0.5) pp (0.6.3) prettyprint prettyprint (0.2.0) @@ -88,11 +90,12 @@ GEM regexp_parser (2.12.0) reline (0.6.3) io-console (~> 0.5) - retest (1.13.2) + retest (2.4.0) listen (~> 3.9) observer (~> 0.1) string-similarity (~> 2.1) tty-option (~> 0.1) + tty-prompt (~> 0.1) rexml (3.4.4) rspec (3.13.2) rspec-core (~> 3.13.0) @@ -143,10 +146,21 @@ GEM string-similarity (2.1.0) stringio (3.2.0) tsort (0.2.0) + tty-color (0.6.0) + tty-cursor (0.7.1) tty-option (0.3.0) + tty-prompt (0.23.1) + pastel (~> 0.8) + tty-reader (~> 0.8) + tty-reader (0.9.0) + tty-cursor (~> 0.7) + tty-screen (~> 0.8) + wisper (~> 2.0) + tty-screen (0.8.2) unicode-display_width (3.2.0) unicode-emoji (~> 4.1) unicode-emoji (4.2.0) + wisper (2.0.1) zeitwerk (2.7.5) PLATFORMS @@ -162,7 +176,7 @@ DEPENDENCIES pry (~> 0.14) racc rake (~> 13) - retest (~> 1.13) + retest (~> 2.4) rspec (~> 3) rspec_junit_formatter (~> 0.6) rubocop (~> 1)