Skip to content

Skip database adapter gems during bundle install#26

Merged
MatheusRich merged 2 commits intomainfrom
fix/skip-db-gems-bundle-install
Feb 4, 2026
Merged

Skip database adapter gems during bundle install#26
MatheusRich merged 2 commits intomainfrom
fix/skip-db-gems-bundle-install

Conversation

@MatheusRich
Copy link
Copy Markdown
Owner

@MatheusRich MatheusRich commented Feb 3, 2026

Summary

  • Add --without db flag to bundle install to skip database adapter gems (mysql2, pg, trilogy)
  • Users without database client libraries installed on their system will no longer get build errors

Related to #24

MatheusRich and others added 2 commits February 3, 2026 11:51
Add --without db flag to bundle install to skip mysql2, pg, and trilogy
gems that require system libraries users may not have installed.

Fixes #24

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The --without flag was removed from bundler. Use `bundle config set
--local without db` before bundle install instead.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@MatheusRich MatheusRich marked this pull request as draft February 3, 2026 14:56
@MatheusRich MatheusRich marked this pull request as ready for review February 4, 2026 15:05
@MatheusRich MatheusRich merged commit 23070ec into main Feb 4, 2026
9 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