From 8944af912c130b34f4020d5d95c4a69a533066fd Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Wed, 27 May 2026 10:11:18 -0400 Subject: [PATCH 1/2] bundler(deps): bump specinfra from 2.94.1 to 2.95.0 Co-Authored-By: Claude Sonnet 4.6 --- Gemfile.lock | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 2480638..4dc7fda 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -11,7 +11,7 @@ GEM multi_json (1.15.0) net-scp (4.1.0) net-ssh (>= 2.6.5, < 8.0.0) - net-ssh (7.3.0) + net-ssh (7.3.2) net-telnet (0.2.0) rake (13.4.2) rspec (3.13.2) @@ -36,7 +36,7 @@ GEM rspec-its specinfra (~> 2.72) sfl (2.3) - specinfra (2.94.1) + specinfra (2.95.0) base64 net-scp net-ssh (>= 2.7) @@ -52,3 +52,6 @@ DEPENDENCIES rake (~> 13.4) rspec (~> 3.13) serverspec (~> 2.43) + +BUNDLED WITH + 2.1.4 From 2e83cd1c32b159c2daf132ea8146d492865cf39d Mon Sep 17 00:00:00 2001 From: Christopher Horrell Date: Wed, 27 May 2026 10:13:44 -0400 Subject: [PATCH 2/2] fix: remove BUNDLED WITH from Gemfile.lock The previous commit accidentally introduced a BUNDLED WITH 2.1.4 section when running bundle update locally. ruby/setup-ruby uses this to install that exact bundler version, which is incompatible with Ruby 3.4+. Co-Authored-By: Claude Sonnet 4.6 --- Gemfile.lock | 3 --- 1 file changed, 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 4dc7fda..f30429d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,6 +52,3 @@ DEPENDENCIES rake (~> 13.4) rspec (~> 3.13) serverspec (~> 2.43) - -BUNDLED WITH - 2.1.4