fix(ruby): Detect content-type in form-data file upload using faraday (#17851) (#17853)

* fix(ruby): Detect content-type in form-data file upload using faraday (#17851)

* Update samples

* Add needed dependency libmagic-dev into node 1 setup of Circle Parallel CI

* After merge/pull last master + regeneration of samples
This commit is contained in:
dvacca-onfido
2024-02-14 14:14:01 +01:00
committed by GitHub
parent 7d2e8b1278
commit 9deeb608e6
8 changed files with 13 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'faraday', '>= 1.0.1', '< 3.0'
s.add_runtime_dependency 'faraday-multipart'
s.add_runtime_dependency 'ruby-filemagic'
s.add_development_dependency 'rspec', '~> 3.6', '>= 3.6.0'