Skip to content

Commit

Permalink
Gemfile: add faraday as GCG dependency
Browse files Browse the repository at this point in the history
github_changelog_generator has a soft dependency to faraday. If we don't
add it to our Gemfile we will get a warning for each changelog
generation.
  • Loading branch information
bastelfreak committed Mar 27, 2024
1 parent d6d16ad commit d768b5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
source ENV['GEM_SOURCE'] || 'https://rubygems.org'

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

0 comments on commit d768b5a

Please sign in to comment.