jsonapi-rb / jsonapi-serializable

Conveniently build and efficiently render JSON API resources.
http://jsonapi-rb.org
MIT License
45 stars 35 forks source link

Incompatible with Rails 6 #116

Closed shushugah closed 4 years ago

shushugah commented 4 years ago

As of version 0.4.0 the dependencies are set to rails ~> 5.0, so we cannot upgrade to rails 6 right now

Samsinite commented 4 years ago

Randomly read through this issue, looks like this is currently not a problem, the only dependency is on jsonapi-renderer, which has no dependencies (other than ruby, see https://github.com/jsonapi-rb/jsonapi-serializable/blob/master/jsonapi-serializable.gemspec#L17). @shushugah want to close this issue?

shushugah commented 4 years ago

I made a mistake and meant this for https://github.com/jsonapi-rb/jsonapi-rails/issues/117