Iridescent-CM / technovation-app

The team submission platform for the Technovation Challenge
https://technovationchallenge.org
GNU General Public License v3.0
7 stars 4 forks source link

Security: Update Puma web server #5065

Open shaun-technovation opened 1 week ago

shaun-technovation commented 1 week ago

Update the Puma gem to address this security vulnerability:

shaun-technovation commented 1 week ago

This is on QA. Puma is our web server, so just having the app up and running, which I see it is, I think that's a good enough test.


Updating Puma wasn't quite so straight forward. First, Dependabot updated Puma, but then there was a CircleCI error about bootsnap, so then I updated that, then there was an error about GLIBC_2.33, so I had to install that too, and then after all that CircleCI was happy.