Hello
I just recently dist-upgraded Stretch/Sid and since then, Snorby stopped working.
When browsing to the location of the vhost, I got the directory listing of the /var/www/snorby/public/ directory but when I go to /dashboard or /events directly, everything worked as expected.
I then tried an update of ruby and rails and since then it doesn't work anymore at all (thanks RoR... -_-'). All I get is a 500 error and a passenger-error file in /tmp I tried to run bundle install and gem update, gem update --system and all that stuff I find in rails tutorials.
The passenger-error html suggests to run bundle install but bundle install gives an error:
An error occurred while installing net-ssh (3.0.1), and Bundler cannot continue.
sudo gem install net-ssh -v 3.0.1
gives
ERROR: Error installing net-ssh:
net-ssh requires Ruby version >= 2.0.
Why does this Rails have to be such a stubborn piece of PITA
Hello I just recently dist-upgraded Stretch/Sid and since then, Snorby stopped working. When browsing to the location of the vhost, I got the directory listing of the /var/www/snorby/public/ directory but when I go to /dashboard or /events directly, everything worked as expected. I then tried an update of ruby and rails and since then it doesn't work anymore at all (thanks RoR... -_-'). All I get is a 500 error and a passenger-error file in /tmp I tried to run bundle install and gem update, gem update --system and all that stuff I find in rails tutorials. The passenger-error html suggests to run bundle install but bundle install gives an error: An error occurred while installing net-ssh (3.0.1), and Bundler cannot continue. sudo gem install net-ssh -v 3.0.1 gives ERROR: Error installing net-ssh: net-ssh requires Ruby version >= 2.0.
Why does this Rails have to be such a stubborn piece of PITA