27 Aug 2024 |
Alexandru Lupu | I see. Then try using Ruby 3.1.x branch. | 17:36:20 |
Alexandru Lupu | Each decidim version has its own | 17:43:10 |
Alexandru Lupu | Decidim 0.28 runs on 3.1.x ( i ran using 3.1.1) | 17:43:59 |
Alexandru Lupu | Decidim 0.29 will be using ruby 3.2
Decidim 0.30 will be using ruby 3.3 | 17:37:10 |
Alexandru Lupu | I have ran successfully using 3.1.1 | 17:40:17 |
Viktor Smári | Download image.png | 17:50:05 |
Viktor Smári | And then I do decidim decidim_application5 and it fails at the same place, StringIO error | 17:51:08 |
Viktor Smári | Download image.png | 17:51:25 |
Viktor Smári | I am using rbenv so I can easily switch to any ruby version, but I cannot install this correctly. Tried 3.1.1, 3.3.3, 3.3.4 so far | 17:52:24 |
| Viktor Smári set a profile picture. | 17:53:51 |
Alexandru Lupu | U would still have 0.28.2 installed | 17:50:51 |
Viktor Smári | Yes, I am using that as you can see in the second screenshot | 18:17:27 |
Viktor Smári | I have tried this on my localhost (Ubuntu 24) and also on a new server, Ubuntu 24, and both fail. | 18:17:56 |
Viktor Smári | What do I need to run to get this up and running? I don't care which version, I just need something to work | 18:18:28 |
Alexandru Lupu | You can install it using gem install decidim -v 0.29.0.rc4 on a ruby 3.2.2 env | 18:19:38 |
Alexandru Lupu | Have u tried 0.29? | 18:18:55 |
Viktor Smári | No, I only followed the documentation doing gem install decidim | 18:21:15 |
Viktor Smári | I will try your instruction, have to install 3.2.2 first. Will report back soon🤞 | 18:22:23 |
Viktor Smári | * I will try your instruction, but I have to install 3.2.2 first. Will report back soon🤞 | 18:22:36 |
Viktor Smári | This works much better, thanks! | 18:34:25 |
Viktor Smári | Might be good to mention this in the documentation, especially if the installation is broken on the current version? | 18:35:12 |
Viktor Smári | I would guess many people are trying to install, and then give up if it does not work? | 18:35:43 |
Alexandru Lupu | It seems that rbenv version is a little bit ahead in matter of security patches | 18:35:45 |
Alexandru Lupu | In reply to @viktorsmar:matrix.org This works much better, thanks! Great! | 18:34:53 |
Alexandru Lupu | In reply to @viktorsmar:matrix.org Might be good to mention this in the documentation, especially if the installation is broken on the current version? Is not quite broken | 18:35:40 |
Viktor Smári | On my Ubuntu server, I used ASDF, and not rbenv. Same issues with StringIO | 18:37:38 |
Viktor Smári | Download image.png | 18:42:59 |
Viktor Smári | I have not used Shakapacker, but I used Webpacker and now esbuild, but I am not sure what to do here? | 18:48:05 |
Alexandru Lupu | Regarding the decidim 0.28.2, it seems that asdf and rbenv are installing a newer ruby 3.1 ( or a security patched version that ships the stringio 3.1.1 instead of 3.1.0). We built today 0.28 branch, and we have not seen any errors regarding stringio | 18:47:56 |
Alexandru Lupu | Start your server using bin/dev | 18:43:42 |