From bb7cac2fa7fc064e5b8abc9238116d302bccae96 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:13:15 +0000 Subject: [PATCH] Update all Bundler dependencies (2026-01-12) --- Gemfile.lock | 2 +- spec/support/stub_system.rb | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 1fbfe32..158511e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,7 +51,7 @@ GEM rubocop-rake (0.7.1) lint_roller (~> 1.1) rubocop (>= 1.72.1) - rubocop-rspec (3.8.0) + rubocop-rspec (3.9.0) lint_roller (~> 1.1) rubocop (~> 1.81) ruby-progressbar (1.13.0) diff --git a/spec/support/stub_system.rb b/spec/support/stub_system.rb index 8d76a03..2b08ed1 100644 --- a/spec/support/stub_system.rb +++ b/spec/support/stub_system.rb @@ -26,8 +26,7 @@ def system(command) config.around do |example| example.run - rescue SystemExit => e - puts(e.backtrace) + rescue SystemExit raise StandardError, "uncaught SystemExit" end end