Skip to content

Commit bfaffd2

Browse files
Update voxpupuli-rubocop requirement from ~> 3.0.0 to ~> 4.0.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@v3.0.0...v4.0.0) --- updated-dependencies: - dependency-name: voxpupuli-rubocop dependency-version: 4.0.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 485d1aa commit bfaffd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet-modulebuilder.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
2727
spec.add_dependency 'minitar', '>= 0.9', '< 2'
2828
spec.add_dependency 'pathspec', '>= 0.2.1', '< 3.0.0'
2929

30-
spec.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0'
30+
spec.add_development_dependency 'voxpupuli-rubocop', '~> 4.0.0'
3131

3232
spec.required_ruby_version = Gem::Requirement.new('>= 3.1.0')
3333
end

0 commit comments

Comments
 (0)