Skip to content

Fix CI compatibility issues#53

Merged
kerrizor merged 1 commit into
chad:masterfrom
kerrizor:kerrizor/fix-ci-issues
Jun 14, 2026
Merged

Fix CI compatibility issues#53
kerrizor merged 1 commit into
chad:masterfrom
kerrizor:kerrizor/fix-ci-issues

Conversation

@kerrizor

Copy link
Copy Markdown
Collaborator

Summary

Fixes CI failures on Ruby 3.0 and 3.1, and the lint job.

Issues Fixed

1. Bundler version mismatch (Ruby 3.0, 3.1)

The Gemfile.lock contained BUNDLED WITH 4.0.13 which doesn't exist on older Ruby versions.

Fix: Remove the BUNDLED WITH section from Gemfile.lock. Bundler will use whatever version is available.

2. CHECKSUMS section (Ruby 3.0, 3.1)

The CHECKSUMS section is a Ruby 4 / Bundler 4 feature not recognized by older versions.

Fix: Remove the CHECKSUMS section from Gemfile.lock.

3. Lint job failing on open-ended dependencies

The gem build --strict flag fails on open-ended dependencies like json (>= 0).

Fix: Remove --strict flag. Open-ended dependencies are intentional for a library gem to maximize compatibility.

Testing

All 62 specs pass locally on Ruby 4.0.5.

- Remove BUNDLED WITH section from Gemfile.lock (incompatible with older Rubies)
- Remove CHECKSUMS section from Gemfile.lock (Ruby 4 specific)
- Remove --strict flag from gemspec lint check (open-ended deps are intentional for a library)
@kerrizor kerrizor force-pushed the kerrizor/fix-ci-issues branch from 10fde9d to 627d8c0 Compare June 14, 2026 01:00
@kerrizor kerrizor merged commit 10bb872 into chad:master Jun 14, 2026
6 checks passed
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