ifmeorg / ifme

Free, open source mental health communication web app to share experiences with loved ones
http://www.if-me.org/
GNU Affero General Public License v3.0
1.45k stars 731 forks source link

Update libssl dependency in Circle CI config, Gemfile.lock, and Rubocop config #2230

Closed julianguyen closed 1 year ago

julianguyen commented 1 year ago

Description

The current Circle CI build is breaking because the package for libssl does not exist, i.e. http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2.17_amd64.deb

I updated to the latest version. I do wonder whether this is sustainable in the long-term. What happens when a Debian image of Ubuntu 2.18 goes out of date?

This PR also updates the Gemfile.lock and Rubocop config files.

Corresponding Issue

2116


Reviewing this pull request? Check out our Code Review Practices guide if you haven't already!