Skip to content

Commit 62b5638

Browse files
dependabot[bot]bastelfreak
authored andcommitted
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 62b5638

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/puppet/modulebuilder/builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ def validate_ustar_path!(path)
376376

377377
return unless path.bytesize > 100 || prefix.bytesize > 155
378378

379-
raise ArgumentError, \
379+
raise ArgumentError,
380380
format("'%<path>s' could not be split at a directory separator into two " \
381381
'parts, the first having a maximum length of 155 bytes and the ' \
382382
'second having a maximum length of 100 bytes.', path: path)

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)