uclibs / application_portfolio

The application manages applications at UCL
https://libapps.libraries.uc.edu/application_portfolio
2 stars 1 forks source link

Security updates #367

Closed scherztc closed 2 months ago

scherztc commented 4 months ago

Update ruby 3.3.3 (resolves vulnerabilities) , rails 6.1.7.8 and bundle update

See https://github.com/uclibs/treatment_database/pull/505/files

Upgrading in Mac environments:

If you're using rbenv: CONFIGURE_OPTS="--with-openssl-dir=$(brew --prefix openssl@1.1) --with-opt-dir=$(brew --prefix openssl@1.1)" rbenv install 3.3.1 && rbenv rehash

If you use rvm: rvm reinstall 3.3.1 --with-openssl-dir=brew --prefix openssl@1.1--with-opt-dir=brew --prefix openssl@1.1`

scherztc commented 4 months ago

Need Node in CI.

scherztc commented 4 months ago

Add .nvm_rc to application.

scherztc commented 4 months ago

Deploy scripts to use appropriate versions of node

scherztc commented 4 months ago

Update Readme.md for nvm