docs
docs copied to clipboard
Update Ruby requirement to >= 3.3.0 for SSL compatibility
- 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.