Open AdrianaAR opened 4 years ago
seems like some installation went corrupt at some point. Can you try to uninstall all the versions of Decidim you have and then install them again?
You can list all decidim
version with this command:
gem list decidim
Then remove specific version with:
gem uninstall decidim -v 0.21.0
You can do the trick with any gem (it seems that activesuport
is broken in your case)
Or you can just remove the ~/.rbenv
folder and install everything again
I'm trying to install Decidim manually and have followed the steps here on Ubuntu 18.04 on VirtualBox
When I arrive at "gem install decidim" I get the following error:
/Adriana