jsonapi.rb depends on ransack which crashed if application used without ActiveRecord. (https://github.com/activerecord-hackery/ransack/blob/master/lib/ransack/adapters.rb#L14) for example, if we use Sequel.
Do we have a workaround to use this lib without active record?