Skip to content

Commit

Permalink
Merge pull request #73 from bastelfreak/vr
Browse files Browse the repository at this point in the history
voxpupuli-rubocop: Switch to 3.x
  • Loading branch information
bastelfreak authored Dec 19, 2024
2 parents aee120b + ab4157f commit 66ef8c1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions voxpupuli-release.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ Gem::Specification.new do |s|
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }

# Runtime dependencies, but also probably dependencies of requiring projects
s.add_runtime_dependency 'faraday-retry', '~> 2.1'
s.add_runtime_dependency 'github_changelog_generator', '~> 1.16', '>= 1.16.4'
s.add_runtime_dependency 'puppet-blacksmith', '~> 8.0'
s.add_runtime_dependency 'puppet-strings', '~> 4'
s.add_runtime_dependency 'rake', '~> 13.0', '>= 13.0.6'
s.add_dependency 'faraday-retry', '~> 2.1'
s.add_dependency 'github_changelog_generator', '~> 1.16', '>= 1.16.4'
s.add_dependency 'puppet-blacksmith', '~> 8.0'
s.add_dependency 'puppet-strings', '~> 4'
s.add_dependency 'rake', '~> 13.0', '>= 13.0.6'

s.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0'
s.add_development_dependency 'voxpupuli-rubocop', '~> 3.0.0'
end

0 comments on commit 66ef8c1

Please sign in to comment.