From ee51e0aeb512b2331fcf9f6607afd19bca70d114 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 Oct 2025 19:13:12 +0000 Subject: [PATCH] chore(deps): update dependency rspec to v3.13.2 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 48b7c2e..543fd86 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ Encoding.default_internal = Encoding::UTF_8 gem 'rake', '13.1.0' gem 'nokogiri', '1.16.0' -gem 'rspec', '3.12.0' +gem 'rspec', '3.13.2' gem 'simplecov', '0.22.0' gem 'rubocop', '1.60.1', require: false gem 'rubocop-rspec', '2.26.1', require: false