Skip to content

Commit

Permalink
Including faraday-follow_redirects as a runtime dependency in ruby (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kallin authored Aug 19, 2024
1 parent 1254ede commit f5555a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/ruby/faraday/templates/gemspec.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |s|

{{#isFaraday}}
s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
s.add_runtime_dependency 'faraday-follow_redirects', '~> 0.3.0' {{! added dependency }}
s.add_runtime_dependency 'faraday-multipart'
s.add_runtime_dependency 'marcel'
{{/isFaraday}}
Expand Down

0 comments on commit f5555a0

Please sign in to comment.