defmethodinc / just-not-sorry

Chrome extension that warns you when you write emails using words which undermine your message
https://justnotsorry.com/
Other
243 stars 37 forks source link

Upgrade justnotsorry.com to use ruby v3 #171

Closed sbrudz closed 1 year ago

sbrudz commented 1 year ago

The code for justnotsorry.com in ./site is currently using ruby v2.7 for local development, which will become unsupported at the end of March 2023. Upgrade .ruby-version to the latest version of ruby and also upgrade the github-pages gem, if necessary.

sbrudz commented 1 year ago

Also, @jduffy3 was seeing some issues related to openssl during bundle install, so keep an eye out for those.