-
Notifications
You must be signed in to change notification settings - Fork 15
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: appraisals are out of date for sinatra upgrade #83
Conversation
oh fun, ruby version x gem version sadness. looking at it. |
gemfiles/rails_6_1.gemfile.lock
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably drop this version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
domain lgtm
platform lgtm
Are you supposed to commit the lock files for the appraisal gemfiles? (https://github.com/thoughtbot/appraisal?tab=readme-ov-file#version-control) Without the lock files, then you'd at least get the latest matching version of whatever gem to test against. If you couple that with a test run against the root Gemfile.lock, then you'd also get test coverage over whatever dependabot is updating to. |
this branch is getting wrecked by some gem incompatibility between ruby < 3.2 and zeitwerk of a certain vintage. i have to figure out the right combination of gemfile settings + github actions matrix settings to get this humming. todo:
^ this should make the zeitwerk thing moot then we should also
|
also, my local system just hosed itself while i was working through this 😮💨 so i've gotta figure that out before i can actually get back to fixing this for realz. |
i'm gonna look into that separately. i've truly never found a super satisfying approach. doing what you suggest would be even more useful if we ran the build on a cron too |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
domain lgtm
cc @aburgel
this was failing until i rebased on your fixes from #82
/no-platform