Skip to content

Commit

Permalink
Merge pull request #162 from bastelfreak/gcg
Browse files Browse the repository at this point in the history
Gemfile: Add faraday as github_changelog_generator dep
  • Loading branch information
bastelfreak authored Jan 30, 2024
2 parents 58358b1 + 8e33b79 commit a71286d
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 a71286d

Please sign in to comment.