Skip to content

Commit

Permalink
Merge pull request #53 from bastelfreak/vp
Browse files Browse the repository at this point in the history
voxpupuli-rubocop: Update 2.7.0->3.0.0
bastelfreak authored Oct 30, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 9848721 + 40e8cd9 commit b137621
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ group :development do
end

group :rubocop do
gem 'voxpupuli-rubocop', '~> 2.7.0'
gem 'voxpupuli-rubocop', '~> 3.0.0'
end

group :test do
4 changes: 2 additions & 2 deletions beaker_puppet_helpers.gemspec
Original file line number Diff line number Diff line change
@@ -16,6 +16,6 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

# Run time dependencies
s.add_runtime_dependency 'beaker', '>= 5.8.1', '< 7'
s.add_runtime_dependency 'puppet-modulebuilder', '>= 0.3', '< 3'
s.add_dependency 'beaker', '>= 5.8.1', '< 7'
s.add_dependency 'puppet-modulebuilder', '>= 0.3', '< 3'
end

0 comments on commit b137621

Please sign in to comment.