Actions
Bug #15673
closed[SDKs][Ruby] Update faraday usage
Story points:
-
Release:
Release relationship:
Auto
Description
From 2017: https://github.com/lostisland/faraday/commit/d18cc04be5c179b1b22b9dd1004030dd43b0ca58
"Warning: use of proxy(new_value) to set connection proxy have been DEPRECATED and will be removed in Faraday 1.0"
...and it seems to have stopped working at/before 0.16.2, making arvados-google-api-client incompatible.
Updated by Ward Vandewege about 5 years ago
- Assigned To set to Tom Clegg
- Target version set to 2019-10-09 Sprint
Updated by Ward Vandewege about 5 years ago
I have pushed the version with the faraday fix as the arvados-google-api-client gem version 0.8.7.3.
Updated by Tom Clegg about 5 years ago
"sudo -i gem install arvados-cli" (as recommended in install docs) should now produce a working arv command.
If you have already installed arvados-cli gem and you get this message:
Failed to connect to Arvados API server: wrong number of arguments (given 1, expected 0)
... then updating the arvados-google-api-client gem should resolve it:
sudo -i gem update arvados-google-api-client
Updated by Ward Vandewege about 3 years ago
- Related to Bug #18247: [arv] faraday gem warnings on Ruby 2.7+ added
Actions