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 issue where sqlite3 2.x doesn't want to load with activerecord 6.1 #140

Merged
merged 1 commit into from
Apr 28, 2024

Conversation

Fryguy
Copy link
Member

@Fryguy Fryguy commented Apr 26, 2024

Additionally, once sqlite3 is downgraded, the latest json 2.7.2 causes issues where OpenStruct is not defined, which worked with json 2.7.1. Only the specs use OpenStruct, so we should explicitly require it.

@kbrock Please review. This should get master back to green.

Additionally, once sqlite3 is downgraded, the latest json 2.7.2 causes
issues where OpenStruct is not defined, which worked with json 2.7.1.
Only the specs use OpenStruct, so we should explicitly require it.
@Fryguy Fryguy added bug Something isn't working dependencies labels Apr 26, 2024
@Fryguy
Copy link
Member Author

Fryguy commented Apr 26, 2024

I think this should also go to the 6-1-stable branch? I can't remember how we arrange that.

@miq-bot
Copy link
Member

miq-bot commented Apr 26, 2024

Checked commit Fryguy@2a42602 with ruby 2.7.8, rubocop 1.56.3, haml-lint 0.51.0, and yamllint
2 files checked, 0 offenses detected
Everything looks fine. 🏆

@kbrock kbrock merged commit 6e04cac into ManageIQ:master Apr 28, 2024
5 checks passed
@Fryguy Fryguy deleted the fix_specs branch April 29, 2024 15:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants