Answers for "An attempt to run a request with a Faraday::Connection without adapter has been made. (RuntimeError)"

0

An attempt to run a request with a Faraday::Connection without adapter has been made. (RuntimeError)

// Use et previous version of faraday

before_script:
  - apt-get update -qy
  - apt-get install -y ruby-dev
  - gem install dpl
  - gem install faraday -v 1.8.0
Posted by: Guest on January-05-2022

Code answers related to "An attempt to run a request with a Faraday::Connection without adapter has been made. (RuntimeError)"

Browse Popular Code Answers by Language