Bump default gems

- administrate (0.10.0 → 0.11.0)
- groupdate (4.0.1 → 4.0.2)
- spreadsheet_architect (3.1.0 → 3.2.0)
- webpacker (4.0.0.pre.pre.2 → 4.0.0.pre.3)
This commit is contained in:
gregoirenovel 2018-10-16 15:18:11 +02:00
parent 3786a718ff
commit 2ab38955b7
6 changed files with 15 additions and 15 deletions

View file

@ -51,7 +51,7 @@ as well as a link to its edit page.
</dt>
<dd class="attribute-data attribute-data--<%=attribute.html_class%>"
><%= render_field attribute %></dd>
><%= render_field attribute, page: page %></dd>
<% end %>
</dl>
</section>

View file

@ -45,7 +45,7 @@ as well as a link to its edit page.
</dt>
<dd class="attribute-data attribute-data--<%=attribute.html_class%>"
><%= render_field attribute %></dd>
><%= render_field attribute, page: page %></dd>
<% end %>
</dl>
</section>

View file

@ -48,7 +48,7 @@ as well as a link to its edit page.
</dt>
<dd class="attribute-data attribute-data--<%=attribute.html_class%>"
><%= render_field attribute %></dd>
><%= render_field attribute, page: page %></dd>
<% end %>
</dl>
</section>

View file

@ -55,7 +55,7 @@ as well as a link to its edit page.
</dt>
<dd class="attribute-data attribute-data--<%=attribute.html_class%>"
><%= render_field attribute %></dd>
><%= render_field attribute, page: page %></dd>
<% end %>
</dl>
</section>

View file

@ -51,7 +51,7 @@ as well as a link to its edit page.
</dt>
<dd class="attribute-data attribute-data--<%=attribute.html_class%>"
><%= render_field attribute %></dd>
><%= render_field attribute, page: page %></dd>
<% end %>
</dl>
</section>