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
Adding this issue in case others trip over this...
I use rubocop to verify my code style. One of the style rules is that gems should be listed in alphabetical order (within their group). However, I've found I've needed to write my Gemfile like this:
Adding this issue in case others trip over this...
I use rubocop to verify my code style. One of the style rules is that gems should be listed in alphabetical order (within their group). However, I've found I've needed to write my
Gemfile
like this:in order for
config.cells.with_assets = ['pro/cell/show']
to function correctly inconfig/application.rb
.The text was updated successfully, but these errors were encountered: