Skip to content

Commit 66ef8c1

Browse files
authored
Merge pull request voxpupuli#73 from bastelfreak/vr
voxpupuli-rubocop: Switch to 3.x
2 parents aee120b + ab4157f commit 66ef8c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

voxpupuli-release.gemspec

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Gem::Specification.new do |s|
1818
s.executables = `git ls-files -- bin/*`.split("\n").map { |f| File.basename(f) }
1919

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

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

0 commit comments

Comments
 (0)