Skip to content

Commit

Permalink
voxpupuli-rubocop: Pin to patch version
Browse files Browse the repository at this point in the history
We do the same on other gems as well. It ensures that we get dependabot
PRs for each new release.
  • Loading branch information
bastelfreak committed Apr 23, 2024
1 parent dc09d03 commit 7e57fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beaker-vmware.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6'
s.add_development_dependency 'rspec', '~> 3.0'
s.add_development_dependency 'rspec-its', '~> 1.3'
s.add_development_dependency 'voxpupuli-rubocop', '~> 2.0'
s.add_development_dependency 'voxpupuli-rubocop', '~> 2.6.0'
# Run time dependencies
s.add_runtime_dependency 'beaker', '>= 4', '< 6'
s.add_runtime_dependency 'fission', '~> 0.4'
Expand Down

0 comments on commit 7e57fba

Please sign in to comment.