Public-Sans: Update Ruby and Node versions #309
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Updated defined Node and Ruby versions of the repo.
Related issue
Closes #307
Preview link
Public-sans →
Problem statement
Newer versions of Ruby and Node are used for improved features and security.
Solution
.nvrmc
to latest LTS version - 20.15.1.ruby-version
to the latest version that's in normal maintenance.gem install bundler
to confirm relevant version of the bundler is installed.Testing and review
nvm install 20.15.1
nvm use 20
rvm install 3.3.4 -- --with-openssl-dir=$(brew --prefix openssl@1.1)
rvm use 3.3.4
npm install
and confirm there are no errorsbundle install
and confirm there are no errorsnpm run build start
and confirm there are no errorsnpm run serve
and confirm site builds as expectedTool release schedules
Node releases →
Ruby maintenance branches ->