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
Remove prepend conditional from RouteWrapper patch
Module#prepend was added in ruby 2.0, and the required ruby version is
2.5+
The Rails > 4 conditional will also always be true since the required
Rails version is 5.2+
0 commit comments