Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ci ruby version #40

Merged
merged 22 commits into from
Feb 1, 2025
Merged

Fix ci ruby version #40

merged 22 commits into from
Feb 1, 2025

Conversation

ignaciosy
Copy link
Collaborator

@ignaciosy ignaciosy commented Jan 17, 2025

Seems like ruby-version 3.0 was cast to int within the matrix definition, and therefore ran the test suite as ruby-3 (leading to use 3.4.xinstead of3.0.x`).

Then, now that we are actually using ruby 3.0, other compatibility issues arose, for which the CI and Appraisals have been updated as mentioned in the comments.

@ignaciosy ignaciosy self-assigned this Jan 17, 2025
.github/workflows/ci.yml Show resolved Hide resolved
.github/workflows/ci.yml Outdated Show resolved Hide resolved
Appraisals Show resolved Hide resolved
.gitignore Outdated Show resolved Hide resolved
bin/setup Show resolved Hide resolved
CONTRIBUTING.md Show resolved Hide resolved
@ignaciosy ignaciosy marked this pull request as ready for review January 18, 2025 00:25
@ignaciosy ignaciosy requested a review from a team as a code owner January 18, 2025 00:25
lib/hotsheet/version.rb Outdated Show resolved Hide resolved
@simon-isler simon-isler self-requested a review January 20, 2025 06:54
@ignaciosy ignaciosy requested a review from hunchr January 22, 2025 13:37
.github/workflows/ci.yml Outdated Show resolved Hide resolved
lib/hotsheet/version.rb Outdated Show resolved Hide resolved
@ignaciosy
Copy link
Collaborator Author

concurrent-ruby 1.3.5 (released 15/01/2025) is incompatible with rails 7.0.x

To prevent breaking auto-updates such as this one in the future, we now push the test suite gemlock files

@ignaciosy ignaciosy enabled auto-merge (squash) February 1, 2025 09:56
@ignaciosy ignaciosy merged commit 0792bb3 into main Feb 1, 2025
7 checks passed
@ignaciosy ignaciosy deleted the fix-ci-ruby-version branch February 1, 2025 09:57
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.

3 participants