-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
task-web won't start with newest ruby version #156
Comments
Hey there, 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. |
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. |
|
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:
The text was updated successfully, but these errors were encountered: