Closed bebbs closed 1 year ago
Can we remove the minor cap altogether? If we can stick with a major version cap we can avoid a lot of problem with dependency conflicts.
This looks reasonable. Can you take a look at the failing test and see if it's related to the change? Thanks!
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 compiling those ruby versions on my mac m1 so hard to debug (Both 2.2.6 and 2.3.3 are past EOL)
👋 Hello, I noticed that this gem only allows Faraday versions
< 1.2.0
. That gem was recently updated to1.3.0
: https://rubygems.org/gems/faraday/versions/1.3.0Would you be open to relaxing that requirement to allow the most recent version? The tests still pass for me locally.