cells 3.7.0 is released and causes some issues.
For example: 'k3cms/s3_podcast/episodes_index', :most_recent cell is broken in 3.7.0
Error given:
ActionView::Template::Error (wrong number of arguments (1 for 0)):
33: <div class="Clear"></div>
34: </div>
35: <% binding.pry %>
36: <%= render_cell 'k3cms/s3_podcast/episodes_index', :most_recent, :podcast => K3cms::S3Podcast::Podcast.find(1), :limit => 6 %>