Add upper version limit to the dependency on activerecord
Opened this issue · 0 comments
hamajyotan commented
In the current specification of our gem, the dependency on activerecord is defined as follows:
spec.add_dependency 'activerecord', '>= 6.1'
However, considering potential compatibility issues with changes in higher versions, it is desirable to add an upper version limit to this dependency.