Skip to content

Add missing ostruct require until upstream fixes it#7561

Merged
deivid-rodriguez merged 1 commit intomasterfrom
deivid-rodriguez/missing-require
Apr 9, 2024
Merged

Add missing ostruct require until upstream fixes it#7561
deivid-rodriguez merged 1 commit intomasterfrom
deivid-rodriguez/missing-require

Conversation

@deivid-rodriguez
Copy link
Contributor

What was the end-user or developer problem that led to this PR?

json dropped its dependency on ostruct in ruby-core. That surfaced that turbo_tests was using ostruct without requiring it first, since it was their json dependency actually doing that.

That broke our daily bundler specs.

What is your fix for the problem, implemented in this PR?

Add the missing require ourselves, for now.

Make sure the following tasks are checked

@deivid-rodriguez deivid-rodriguez force-pushed the deivid-rodriguez/missing-require branch from b920afa to 89da6c1 Compare April 9, 2024 15:47
@deivid-rodriguez deivid-rodriguez merged commit b120ae6 into master Apr 9, 2024
@deivid-rodriguez deivid-rodriguez deleted the deivid-rodriguez/missing-require branch April 9, 2024 18:14
deivid-rodriguez added a commit that referenced this pull request Apr 11, 2024
Add missing ostruct require until upstream fixes it

(cherry picked from commit b120ae6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments