uswds / uswds-site

USWDS website and documentation
https://designsystem.digital.gov
Other
187 stars 141 forks source link

USWDS-Site - Feature: Update ruby version #1759

Closed mejiaj closed 5 days ago

mejiaj commented 2 years ago

Is your feature request related to a problem? Please describe.

Ruby 3.1.2 has been released with some security fixes. We should update to get those security and any performance benefits.

Describe the solution you'd like

Check latest stable release on https://www.ruby-lang.org/en/downloads/releases/.

Describe alternatives you've considered

No response

Additional context

We should also double-check the circleci config

https://github.com/uswds/uswds-site/blob/2b92564fc0be666b3573bbee6ce869ee1207a3ab/.circleci/config.yml#L9

And update the .ruby-version. https://github.com/uswds/uswds-site/blob/2b92564fc0be666b3573bbee6ce869ee1207a3ab/.ruby-version#L1

Code of Conduct

mejiaj commented 5 months ago

@mahoneycm can we make this a part of our regular POAM process? We don't need to update every month, but we shouldn't be more than 3-5 versions behind.

Related to #2577.