我刚开始使用Ruby on rails并尝试设置active_admin。所以在安装gem后我得到了以下错误。
<h4>Arende</h4>
<select id="Arende" name="Arende" required>
<option value="Bestallning">Bestallning</option>
<option value="Anmalan">Anmalan</option>
</select>
<!-- Other elements -->
<div id="Bestallning" class="otherElements hidden">Bestallning</div>
<div id="Anmalan" class="otherElements hidden">Anmalan</div>
erubi-1.7.0已经安装但仍然无法找到它。以下是运行bundle install时安装的gem。
Could not find erubi-1.7.0 in any of the sources
Run `bundle install` to install missing gems.
有人可以帮助解决这个问题吗?