Skip to content

Commit

Permalink
Merge pull request #60 from bastelfreak/gcg
Browse files Browse the repository at this point in the history
Add github_changelog_generator & faraday-retry as dependencies
  • Loading branch information
bastelfreak committed Oct 5, 2023
2 parents f8d3dc5 + 8bfaa73 commit 302506b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions voxpupuli-release.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ 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', '~> 7.0'
s.add_runtime_dependency 'puppet-strings', '~> 4'
s.add_runtime_dependency 'rake', '~> 13.0', '>= 13.0.6'
Expand Down

0 comments on commit 302506b

Please sign in to comment.