Skip to content

Update github workflow - add 3.3 and 3.4, remove 2.6, stop updating rubygems#49

Merged
simonc merged 2 commits intosimonc:mainfrom
djberg96:github_workflow
Jan 31, 2026
Merged

Update github workflow - add 3.3 and 3.4, remove 2.6, stop updating rubygems#49
simonc merged 2 commits intosimonc:mainfrom
djberg96:github_workflow

Conversation

@djberg96
Copy link
Copy Markdown
Contributor

@djberg96 djberg96 commented Oct 3, 2025

Updates the workflow:

  • Add 3.3
  • Add 3.4
  • Remove 2.6 (it's dead)
  • Stop updating rubygems, just use the one that comes with the image
  • Add --quiet flag to bundle install

The rubygems system update in particular was causing version mismatch errors. Besides, you really don't need it, so it's only slowing things down.

While here, I also addressed 2 rubocop issues that were causing problems. First was that GLOB_FLAGS was not properly marked private. Second was the lstat_query method, which is now lstat_query? since it's a boolean method.

@djberg96 djberg96 mentioned this pull request Oct 4, 2025
@n-rodriguez
Copy link
Copy Markdown
Contributor

@simonc LGTM

@simonc simonc merged commit df8bfa5 into simonc:main Jan 31, 2026
6 checks passed
@simonc
Copy link
Copy Markdown
Owner

simonc commented Jan 31, 2026

@djberg96 Thanks for this PR and sorry for the delayed treatment.
@n-rodriguez Thanks for the review!

simonc pushed a commit that referenced this pull request Jan 31, 2026
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