Skip to content

Commit bc464a8

Browse files
authored
Merge pull request #112 from bastelfreak/dependabot/bundler/voxpupuli-rubocop-tw-4.0.0
Update voxpupuli-rubocop requirement from ~> 3.0.0 to ~> 4.0.0
2 parents 485d1aa + 62b5638 commit bc464a8

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)