remi / her

Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects. It is designed to build applications that are powered by a RESTful API instead of a database.
MIT License
2.05k stars 322 forks source link

ruby 2.7, rails 6.0 and faraday 1.0 #535

Open masciugo opened 4 years ago

masciugo commented 4 years ago

It seems that upgrading dependencies to the latest releases does not impact her operation so much. Only few tests fails

https://travis-ci.org/masciugo/her

Any chance to have an official dependencies upgrade?

thanks a lot

edtjones commented 4 years ago

Makes a lot of sense @masciugo can you raise a PR with passing tests? thanks :)

evuolas commented 4 years ago

Any plans to get this merged and released?

disastrous-charly commented 3 years ago

I would also to see this merge, any plan on doing it? It would help a lot of people. @remi what do you think?