From 89465178f36c1d4439c50791c11bd72dd6ac339e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 04:09:24 +0000 Subject: [PATCH 1/2] Bump rubocop-rspec from 3.8.0 to 3.9.0 Bumps [rubocop-rspec](https://github.com/rubocop/rubocop-rspec) from 3.8.0 to 3.9.0. - [Release notes](https://github.com/rubocop/rubocop-rspec/releases) - [Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop-rspec/compare/v3.8.0...v3.9.0) --- updated-dependencies: - dependency-name: rubocop-rspec dependency-version: 3.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 82dc64a..8701f51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM lint_roller (~> 1.1) rubocop (>= 1.75.0, < 2.0) rubocop-ast (>= 1.47.1, < 2.0) - rubocop-rspec (3.8.0) + rubocop-rspec (3.9.0) lint_roller (~> 1.1) rubocop (~> 1.81) ruby-progressbar (1.13.0) From 8195aa22b22f9684c4b3cdfdcf148690b65e8405 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89douard=20Bri=C3=A8re?= Date: Mon, 12 Jan 2026 07:27:43 +0100 Subject: [PATCH 2/2] Ignore offence --- spec/integration/archive_integration_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/archive_integration_spec.rb b/spec/integration/archive_integration_spec.rb index 26ff5f5..0ba7653 100644 --- a/spec/integration/archive_integration_spec.rb +++ b/spec/integration/archive_integration_spec.rb @@ -60,7 +60,7 @@ system "tar -zxvf #{@backup} -C #{@target}" @test = "#{@target}/#{@root}/src" - puts @test + puts @test # rubocop:todo Rspec/Output end it 'includes asd1/2/3' do