Visibility of the method `Ransack::Visitor#visit_Ransack_Nodes_Sort` is changed in [`lib/jsonapi/patches.rb`](https://github.com/stas/jsonapi.rb/blob/master/lib/jsonapi/patches.rb#L41) from public to private. This lead to errors in other gems using Ransack: - mobility-ransack https://github.com/shioyama/mobility-ransack/issues/15 - ransack-mongoid https://github.com/stas/jsonapi.rb/issues/2 Is it possible to do not alter method visibility in the patch?
Visibility of the method
Ransack::Visitor#visit_Ransack_Nodes_Sortis changed inlib/jsonapi/patches.rbfrom public to private.This lead to errors in other gems using Ransack:
Is it possible to do not alter method visibility in the patch?