Skip to content

ci: Get green (August 2025 edition) #570

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

Merged
merged 3 commits into from
Aug 20, 2025
Merged

Conversation

flavorjones
Copy link
Member

@flavorjones flavorjones commented Aug 20, 2025

  • Rails 7.2 upstream build was failing because rack 3 came out and the Rails 8 dependencies are no longer compatible with Rails 7.2
  • Rails 8.0 upstream build was failing because bundler no long installs a binstub for itself, so bcrypt was not being installed

which was failing because it was trying to fit Rails 7.2 into the
Gemfile.lock dependencies set by rails 8.
which was failing because the bundler binstub has been removed in
modern bundler, see rubygems/rubygems#8345
@flavorjones flavorjones force-pushed the flavorjones/ci-fix-202520 branch from bf997a3 to c08e36d Compare August 20, 2025 22:16
the sqlite failures have nothing to do with this gem, and it's just
noise right now

ref: sparklemotion/sqlite3-ruby#628
@flavorjones flavorjones merged commit bc0fca1 into main Aug 20, 2025
16 checks passed
@flavorjones flavorjones deleted the flavorjones/ci-fix-202520 branch August 20, 2025 23:13
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