File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
2727 s . add_development_dependency 'voxpupuli-rubocop' , '~> 3.0.0'
2828end
You can’t perform that action at this time.
0 commit comments