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
Is your feature request related to a problem? Please describe.
Hey!
I wanted to upgrade my app to include rubocop-rails gem.
I encountered with the problem that the rack gem has became a runtime dependancy instead of a development one.
In this case for us, it basically means a rails 5 dependancy, so basically we are not able to upgrade.
Describe the solution you'd like
Is there a way to be backward compatible with rack? Or will rubocop have an option to include the rails cop further?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Hey!
I wanted to upgrade my app to include rubocop-rails gem.
I encountered with the problem that the rack gem has became a runtime dependancy instead of a development one.
In this case for us, it basically means a rails 5 dependancy, so basically we are not able to upgrade.
Describe the solution you'd like
Is there a way to be backward compatible with rack? Or will rubocop have an option to include the rails cop further?
The text was updated successfully, but these errors were encountered: