Skip to content

Commit

Permalink
voxpupuli-rubocop: Switch to 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Dec 19, 2024
1 parent aee120b commit 9385181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voxpupuli-release.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'puppet-strings', '~> 4'

Check failure on line 24 in voxpupuli-release.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 'rake', '~> 13.0', '>= 13.0.6'

Check failure on line 25 in voxpupuli-release.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_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'
s.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0'
end

0 comments on commit 9385181

Please sign in to comment.