Skip to content

Commit

Permalink
Update voxpupuli-rubocop requirement from ~> 2.8.0 to ~> 3.0.0
Browse files Browse the repository at this point in the history
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.8.0...v3.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 25, 2024
1 parent 86ad751 commit 832017c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion facterdb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 13.2', '>= 13.2.1'
s.add_development_dependency 'rspec', '~> 3.13'

s.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'
s.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0'
s.add_runtime_dependency 'facter', '< 5.0.0'

Check failure on line 25 in facterdb.gemspec

View workflow job for this annotation

GitHub Actions / rubocop

Gemspec/AddRuntimeDependency: Use `add_dependency` instead of `add_runtime_dependency`. (https://rubystyle.guide#add_dependency_vs_add_runtime_dependency, https://github.com/rubygems/rubygems/issues/7799#issuecomment-2192720316)
s.add_runtime_dependency 'jgrep', '~> 1.5', '>= 1.5.4'

Check failure on line 26 in facterdb.gemspec

View workflow job for this annotation

GitHub Actions / rubocop

Gemspec/AddRuntimeDependency: Use `add_dependency` instead of `add_runtime_dependency`. (https://rubystyle.guide#add_dependency_vs_add_runtime_dependency, https://github.com/rubygems/rubygems/issues/7799#issuecomment-2192720316)
end

0 comments on commit 832017c

Please sign in to comment.