modernistik / parse-stack

Parse Server Ruby Client SDK
https://www.modernistik.com/gems/parse-stack/
MIT License
61 stars 20 forks source link

Ruby3, faraday2 compatibility, remove parse native collection override templates #74

Open brunoenten opened 2 years ago

brunoenten commented 2 years ago

Minor changes to bring compatibility with ruby 3 and faraday 2. Remove parse native collections models override templates that don't work.

brunoenten commented 2 years ago

Could you please review?

jorgeacaballero commented 1 year ago

Faraday2 compatibility is not met while having faraday_middleware as a dependency (see deprecation warning here: https://github.com/lostisland/faraday_middleware) if another project dependency needs faraday2 you will find the following error while bundling

parse-stack was resolved to 1.10.0, which depends on
      faraday_middleware (>= 0.9) was resolved to 0.9.0, which depends on
        faraday (< 0.9, >= 0.7.4)