Skip to content

Commit

Permalink
voxpupuli-rubocop: Pin to patch version
Browse files Browse the repository at this point in the history
We do this on all other projects as well. New minor version might pull
in new rubocop versions. To ensure that we test those in a PR, we pin to
the patch release. dependabot will inform us about updates.
  • Loading branch information
bastelfreak committed Jan 30, 2024
1 parent eb35a8d commit 200cbb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rspec-puppet-facts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec'
s.add_development_dependency 'yard'

s.add_development_dependency 'voxpupuli-rubocop', '~> 2.0'
s.add_development_dependency 'voxpupuli-rubocop', '~> 2.4.0'

s.add_runtime_dependency 'facter'
s.add_runtime_dependency 'facterdb', '>= 0.5.0'
Expand Down

0 comments on commit 200cbb7

Please sign in to comment.