expressjs.com icon indicating copy to clipboard operation
expressjs.com copied to clipboard

feat: update website to support Ruby 3.3.5 compatibility (from 3.1.1)

Open Shantanugupta43 opened this issue 5 months ago • 14 comments

I made this website compatible with the latest Ruby version 3.3.5 as the package was too old and repository config was crashing locally when bundle update was run due to the latest version.

Error

PS C:\Users\gupta\Downloads\expresswebsite\expressjs.com> bundle install
Your Ruby version is 3.3.5, but your Gemfile specified 3.1.1

Latest Ruby release

image

After updating to latest version

image

image

Shantanugupta43 avatar Sep 16 '24 15:09 Shantanugupta43