From 8589670db26b4cc7864a1a0af447bbae262c2f46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 13:06:14 +0000 Subject: [PATCH 1/2] Update rspec requirement from =3.12.0 to 3.13.2 Updates the requirements on [rspec](https://github.com/rspec/rspec) to permit the latest version. - [Commits](https://github.com/rspec/rspec/commits/rspec-v3.13.2) --- updated-dependencies: - dependency-name: rspec dependency-version: 3.13.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1408b827..536bd03d 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem "appbundler" group :test do gem "rake" - gem "rspec", "=3.12.0" + gem "rspec", "3.13.2" gem "rspec-expectations", "~> 3.8" gem "rspec-mocks", "~> 3.8" gem "cookstyle", ">= 7.32" From a36484d74052b1e58c977ec85a31e2626980f660 Mon Sep 17 00:00:00 2001 From: Sachin Jain Date: Tue, 8 Sep 2026 17:16:23 +0530 Subject: [PATCH 2/2] Trigger CI Signed-off-by: Sachin Jain