docs icon indicating copy to clipboard operation
docs copied to clipboard

Update Ruby requirement to >= 3.3.0 for SSL compatibility

Open mikeCRL opened this issue 1 month ago • 4 comments

  • Remove Gemfile.lock from .gitignore (application repos should commit lockfile)
  • Add ruby >= 3.3.0 requirement to Gemfile
  • Add missing gem dependencies (csv, base64, bigdecimal, logger)
  • Update Gemfile.lock with compatible dependencies

This resolves SSL issues encountered with older Ruby versions when building Jekyll docs. Team members will need to upgrade to Ruby 3.3.0+ and run bundle install.

mikeCRL avatar Oct 31 '25 08:10 mikeCRL