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
I'm trying to minimise my rails gem usage but unable to specify exact rails gems due to action_access depending on rails. Looking quickly at this it seems that a Rails engine is using railties. Would changing rails dependency to railties solve this?
I'm trying to minimise my rails gem usage but unable to specify exact rails gems due to action_access depending on
rails. Looking quickly at this it seems that a Rails engine is usingrailties. Would changingrailsdependency torailtiessolve this?