Skip to content

Commit

Permalink
build(deps-dev): update voxpupuli-rubocop requirement from ~> 2.4.0 t…
Browse files Browse the repository at this point in the history
…o ~> 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](voxpupuli/voxpupuli-rubocop@v2.4.0...v2.6.0)

---
updated-dependencies:
- dependency-name: voxpupuli-rubocop
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and bastelfreak committed Mar 12, 2024
1 parent 8306073 commit 82192d9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .rubocop_todo.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion beaker.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 82192d9

Please sign in to comment.