You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a JRuby-specific dependency for activerecord ~> 7.0 (closes#150).
* This is necessary since `activerecord-jdbc-adapter` currently requires
`activerecord` ~> 7.1.0. Thus require `activerecord` ~> 7.0 for JRuby,
otherwise require `activerecord` ~> 8.0 for CRuby/TruffleRuby.
0 commit comments