Skip to content

Commit

Permalink
voxpupuli-rubocop: Update 2.7.0->3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 30, 2024
1 parent 9848721 commit 40e8cd9
Show file tree
Hide file tree
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
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions beaker_puppet_helpers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 40e8cd9

Please sign in to comment.