Closed josh-long-raylo closed 2 years ago
_active_record_distincton currently doesn't work with Active Record 7.0.0 used by Rails 7.0.
https://github.com/alecdotninja/active_record_distinct_on/blob/master/active_record_distinct_on.gemspec#L20 spec.add_dependency 'activerecord', '>= 5.2', '< 6.2'
spec.add_dependency 'activerecord', '>= 5.2', '< 6.2'
Thanks to @yosiat's work in #17, this should now be fixed in v1.3.0. :tada:
v1.3.0
_active_record_distincton currently doesn't work with Active Record 7.0.0 used by Rails 7.0.
https://github.com/alecdotninja/active_record_distinct_on/blob/master/active_record_distinct_on.gemspec#L20
spec.add_dependency 'activerecord', '>= 5.2', '< 6.2'