Closed lavoiesl closed 6 months ago
@gaorlov Bump please :) Faraday 2.0 has been out for almost 2 years.
@gaorlov Is this still being considered? My team depends heavily json_api_client
as well as faraday
, so we would really appreciate this being merged. 🙇
bumping again @gaorlov same situation here as @timbogit
Hi, folks! Sorry about the delayed response and thank you for the contributions! Quick question: what is the thinking behind removing gemfiles 5.2 and 6.0?
I don't remember making a conscious decision to remove those. Looking at the commit, it looks live it was auto-removed when running the appraisal generator.
Is it possible that those are obsolete files?
i must admit i am not up to date on rails versions. It looks like 6.0 has reached EOL, but 6.1 is still supported. Can we bring it back and just test against 6
instead of a specific sub-version? i don't have a strong opinion on 5.2.3
Looking at the diff again, it does seem like an outdated file. It doesn't actually require rails, just activesupport
is there another mechanism by which we test that activesupport version?
also: looks like there's a bunch of old ruby failures. i think it's probably okay to drop ruby 2.3, 2.4, and 2.5 from the test matrix if you want to drop them from the workflow
New matrix:
Updated the changelog as well
marvelous. thank you for pulling in appraisals
! that's a really nice tool
Oddly enough, it was there as a dependency and the configurations were there, but it wasn't being used in the tests 🤷🏼♂️
Includes a rebased version of https://github.com/JsonApiClient/json_api_client/pull/402
Fixes https://github.com/JsonApiClient/json_api_client/issues/407
ParseJson
middlewareNotice how no tests have changed