Andy Williams

Results 4 comments of Andy Williams

I tried relaxing the faraday version requirement to '~> 1' here, and then tested with Faraday 1.8.0: https://github.com/sobakasu/json_api_client/commit/bd5a63714f7c1b01764787c0494af6d459c7c78a spec tests are failing for ruby 2.2.6 and 2.3.3. I'm having trouble...

this is similar to https://github.com/JsonApiClient/json_api_client/issues/195

![511xXaL5IAL _SX258_BO1,204,203,200_](https://user-images.githubusercontent.com/8692/66369681-e4166900-e9e4-11e9-955c-8febc6b152b6.jpg)

monkey patch fixed it for me, but I had to put it at the top of config/application.rb. adding to an initializer didn't work (error occurs before initializers are run). require...