Skip to content

fix(data-deploy): add csv gem for Ruby 3.4 jekyll build#53

Merged
andrew2net merged 1 commit into
mainfrom
fix/csv-ruby34-data-deploy
Jun 15, 2026
Merged

fix(data-deploy): add csv gem for Ruby 3.4 jekyll build#53
andrew2net merged 1 commit into
mainfrom
fix/csv-ruby34-data-deploy

Conversation

@andrew2net

Copy link
Copy Markdown
Contributor

Problem

The scheduled Deploy workflow fails at the Jekyll build step across relaton-data-* repos:

```
jekyll-4.3.4/lib/jekyll.rb:28: csv was loaded from the standard library,
but is not part of the default gems starting from Ruby 3.4.0.
cannot load such file -- csv (LoadError)
```

Ruby 3.4 dropped `csv` from the default gems (now only a bundled gem). The data-deploy workflow was bumped to Ruby 3.4 in a6c0730, so `bundle exec jekyll build` can no longer load `csv` unless it is declared in the bundle.

Example failure: https://github.com/relaton/relaton-data-w3c/actions/runs/27504966889/job/81294417350

Fix

Declare `csv` explicitly in the `Gemfile.deploy` Cimas template. This propagates to every data repo (~27) on the next Cimas sync, fixing all of them at once.

🤖 Generated with Claude Code

Ruby 3.4 dropped csv from the default gems. The data-deploy workflow was
bumped to Ruby 3.4 (a6c0730), so `bundle exec jekyll build` now fails with
`cannot load such file -- csv (LoadError)` across all relaton-data-* repos.

Declare csv explicitly in the Gemfile.deploy template so it is part of the
bundle. Propagates to every data repo via Cimas.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@andrew2net andrew2net merged commit 89a2b4c into main Jun 15, 2026
5 checks passed
@andrew2net andrew2net deleted the fix/csv-ruby34-data-deploy branch June 15, 2026 17:14
andrew2net added a commit to relaton/relaton-data-w3c that referenced this pull request Jun 15, 2026
Ruby 3.4 dropped csv from the default gems. The data-deploy workflow runs
on Ruby 3.4, so `bundle exec jekyll build` fails with
`cannot load such file -- csv (LoadError)`.

Mirrors the upstream Cimas template fix (relaton/support#53); the next
Cimas sync regenerates Gemfile.deploy with identical content.

Also ignore .claude/settings.local.json.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant