Skip to content

Commit

Permalink
Add missing faraday dep
Browse files Browse the repository at this point in the history
This is an optional dependency for gcg. but we get an annoying warning
if it's missing.
  • Loading branch information
bastelfreak committed Jun 6, 2024
1 parent aae68a4 commit 195bfd0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ group :acceptance_testing do
gem 'beaker', *location_for(ENV.fetch('BEAKER_VERSION', '~> 4.0'))
end

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

0 comments on commit 195bfd0

Please sign in to comment.