Skip to content

Commit

Permalink
Merge pull request #61 from voxpupuli/gha
Browse files Browse the repository at this point in the history
github_changelog_generator: Add optional faraday dependency and version constraints
  • Loading branch information
bastelfreak authored Jan 18, 2024
2 parents 1e4e167 + 5cd355b commit 08f2717
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ gem 'docker-api', require: false
gem 'serverspec', require: false

group :release do
gem 'github_changelog_generator', '>= 1.16.1', require: false
gem 'faraday-retry', '~> 2.2', require: false
gem 'github_changelog_generator', '~> 1.16', '>= 1.16.4', require: false
end

0 comments on commit 08f2717

Please sign in to comment.