Open Pupo1 opened 1 year ago
Hey there, it seems that the taskwarrior-web gem is not compatible with the latest version of Ruby (2.7.x) and Debian 11.
I faced a similar problem on Linux Mint and was able to solve it by downgrading both Ruby and gem to version 2.5. To install taskwarrior-web on my server, I used the following command:
sudo /usr/bin/gem2.5 install taskwarrior-web
This allowed me to use taskwarrior-web without any issues on my server. I Hope this helps.
Thanks a lot for the hint. But shouldn't it be a general security issue to downgrade any program? I don't want to be hacked if there should be a vulnerability in ruby 2.5 which would have been fixed in ruby 2.7 or later.
This seems like a strong argument for packaging this application up in a container like Docker isn't it? It could even be hosted by the GitHub registry for free I believe.
yes, I would prefer that, too.
I installed taskwarrior-web on my desktop computer and it works fine - i have ruby 2.5.5p157 , Debian 10
So I wanted to give it a go on my server, with ruby 2.7.4p191 on Debian 11, and I get: