Skip to content

Commit

Permalink
github_changelog_generator: Add optional faraday dependency and versi…
Browse files Browse the repository at this point in the history
…on constraints

latest github_changelog_generator versions raise a warning when faraday
isn't installed, so we need to add it to the Gemfile. We've done the
same on other Gems.
  • Loading branch information
bastelfreak committed Jan 18, 2024
1 parent 1e4e167 commit 5cd355b
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 5cd355b

Please sign in to comment.