Skip to content

Commit

Permalink
Gemfile: Add faraday as github_changelog_generator dep
Browse files Browse the repository at this point in the history
faraday is an optional dependency. In all other projects we add it as
well to the Gemfile. Otherwise GCG prints a warning.
  • Loading branch information
bastelfreak committed Jan 30, 2024
1 parent 8beacd8 commit f5365aa
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 @@ -5,7 +5,8 @@ gemspec
gem 'facter', ENV['FACTER_GEM_VERSION'], :require => false

group :release do
gem 'github_changelog_generator', require: false
gem 'faraday-retry', '~> 2.1', require: false
gem 'github_changelog_generator', '~> 1.16.4', require: false
end

group :coverage, optional: ENV['COVERAGE']!='yes' do
Expand Down

0 comments on commit f5365aa

Please sign in to comment.