jongyoul opened a new pull request, #59:
URL: https://github.com/apache/zeppelin-site/pull/59

   ## Summary
   
   Upgrade the Docker build image to **Ruby 3.3.5** and apply the pending 
Dependabot dependency bumps in a single change.
   
   Ruby must move off `3.0.6` because `nokogiri 1.19.3` requires Ruby `>= 3.2` 
and `activesupport 7.2.3.1` (already pinned in the lockfile) requires Ruby `>= 
3.1`. The current `ruby:3.0.6` image therefore can no longer build the site, so 
the dependency bumps and the Ruby upgrade have to land together.
   
   ## Changes
   
   **Root site** (`Gemfile`, `Gemfile.lock`, `Dockerfile`)
   - Docker image `ruby:3.0.6` → `ruby:3.3.5`
   - nokogiri `1.15.4` → `1.19.3`
   - faraday `2.14.1` → `2.14.2`
   - addressable `2.8.5` → `2.9.0`
   
   **docs/0.12.0** (already-published static output — lockfile only, HTML 
untouched)
   - nokogiri `1.15.4` → `1.19.3`
   - addressable `2.8.7` → `2.9.0`
   - rexml `3.3.8` → `3.4.4`
   
   **helium GitHub Action** (`package-lock.json`, `lockfileVersion: 2` 
preserved)
   - follow-redirects `1.15.6` → `1.16.0`
   - ajv `6.12.6` → `6.15.0`
   - underscore `1.13.7` → `1.13.8`
   
   ## Verification
   
   All builds run inside Docker:
   - `bundle install` + `jekyll build` succeed on Ruby 3.3.5
   - `npm ci` succeeds for the helium action
   
   ## Closes
   
   Closes #57, #53, #50, #54, #51, #33, #52, #49, #47
   
   > #58 is intentionally left out and will be merged later.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to