Skip to content

Commit

Permalink
feat: add ciphers SSL option
Browse files Browse the repository at this point in the history
  • Loading branch information
saiqulhaq committed Sep 9, 2024
1 parent 1ac3f6a commit baffa5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion faraday-excon.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.add_dependency 'excon', '>= 0.109.0'
spec.add_dependency 'faraday', '~> 2.0'
spec.add_dependency 'faraday', '>= 2.11.0', '< 3'
end
1 change: 1 addition & 0 deletions lib/faraday/adapter/excon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ def needs_ssl_settings?(env)
end

OPTS_KEYS = [
%i[ciphers ciphers],
%i[client_cert client_cert],
%i[client_key client_key],
%i[certificate certificate],
Expand Down

0 comments on commit baffa5b

Please sign in to comment.