From 82192d9c569e38a6540acd29ab291e0970d94730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:10:18 +0000 Subject: [PATCH] build(deps-dev): update voxpupuli-rubocop requirement from ~> 2.4.0 to ~> 2.6.0 Updates the requirements on [voxpupuli-rubocop](https://github.com/voxpupuli/voxpupuli-rubocop) to permit the latest version. - [Changelog](https://github.com/voxpupuli/voxpupuli-rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/voxpupuli-rubocop/compare/v2.4.0...v2.6.0) --- updated-dependencies: - dependency-name: voxpupuli-rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- .rubocop_todo.yml | 9 ++++++++- beaker.gemspec | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index fd9b1c647..7b5469e97 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -1,6 +1,6 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2024-01-08 14:04:43 UTC using RuboCop version 1.59.0. +# on 2024-03-12 17:49:37 UTC using RuboCop version 1.62.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new @@ -62,6 +62,7 @@ Lint/ShadowingOuterLocalVariable: # Offense count: 12 # This cop supports unsafe autocorrection (--autocorrect-all). +# Configuration parameters: AutoCorrect. Lint/UselessAssignment: Exclude: - 'acceptance/tests/base/dsl/helpers/host_helpers/curl_with_retries_test.rb' @@ -230,6 +231,12 @@ RSpec/NoExpectationExample: - 'spec/beaker/logger_spec.rb' - 'spec/beaker/options/subcommand_options_parser_spec.rb' +# Offense count: 1 +# This cop supports safe autocorrection (--autocorrect). +RSpec/Rails/MinitestAssertions: + Exclude: + - 'spec/beaker/dsl/structure_spec.rb' + # Offense count: 60 # This cop supports unsafe autocorrection (--autocorrect-all). RSpec/ReceiveMessages: diff --git a/beaker.gemspec b/beaker.gemspec index 7dca1b375..0fd49b0d1 100644 --- a/beaker.gemspec +++ b/beaker.gemspec @@ -22,7 +22,7 @@ Gem::Specification.new do |s| s.add_development_dependency 'fakefs', '~> 2.4' s.add_development_dependency 'rake', '~> 13.0' s.add_development_dependency 'rspec', '~> 3.0' - s.add_development_dependency 'voxpupuli-rubocop', '~> 2.4.0' + s.add_development_dependency 'voxpupuli-rubocop', '~> 2.6.0' # Run time dependencies s.add_runtime_dependency 'minitar', '~> 0.6'