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 failure #1593

Merged
merged 4 commits into from
Jan 7, 2024
Merged

Fix CI failure #1593

merged 4 commits into from
Jan 7, 2024

Conversation

ahangarha
Copy link
Contributor

@ahangarha ahangarha commented Jan 5, 2024

Key notes:


This change is Reviewable

@justin808
Copy link
Member

@ahangarha tests still not fixed

@ahangarha
Copy link
Contributor Author

tests still not fixed

Yes. This is a draft and is still in WIP state.
I am still working on it. I hold it to work on other tasks.

@ahangarha ahangarha force-pushed the fix-ci-failure-for-sqlite-installation branch 2 times, most recently from 2dd6081 to 5f81dd5 Compare January 6, 2024 17:43
@ahangarha ahangarha force-pushed the fix-ci-failure-for-sqlite-installation branch from 5f81dd5 to 97ea030 Compare January 7, 2024 13:26
@ahangarha ahangarha force-pushed the fix-ci-failure-for-sqlite-installation branch from 5cf4bde to baaf259 Compare January 7, 2024 16:28
@ahangarha ahangarha marked this pull request as ready for review January 7, 2024 17:28
@ahangarha ahangarha changed the title WIP - Fix CI failure for install sqlite Fix CI failure for install sqlite Jan 7, 2024
@ahangarha ahangarha changed the title Fix CI failure for install sqlite Fix CI failure Jan 7, 2024
@Judahmeek Judahmeek merged commit 6f1ca20 into master Jan 7, 2024
19 checks passed
@Judahmeek Judahmeek deleted the fix-ci-failure-for-sqlite-installation branch January 7, 2024 19:34
@@ -3,7 +3,9 @@
gem "shakapacker", "7.0.1"
gem "bootsnap", require: false
gem "rails", "~> 7.0", ">= 7.0.1"
gem "sqlite3"

# sqlite3 1.7.0 ends native gem support for Ruby 2.7
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is sqllite even needed?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed for dummy app test

I tried to move it to the gemfile of the dummy app but it didn't work. So I kept it here and just fixed the version.

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