OSC / phylogatr-web

The web app for the Phylogatr Project - https://phylogatr.org/
https://phylogatr.org/
MIT License
0 stars 0 forks source link

dont mkdir and fix gems for latest version #59

Closed johrstrom closed 2 years ago

johrstrom commented 2 years ago

Don't make the result directory on the webserver as the script already does that. This will allow us to mount that as RO.

The Gemfile updates are one, gdbm isn't used anymore and now I know why it wasn't commited before. It's a system gem that OOD can't find. bigdecimal was an issue I should have caught when I upgraded rails and the ruby version.