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

Remove redundant require ostruct #3095

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

makicamel
Copy link
Contributor

@makicamel makicamel commented Jul 6, 2024

requiring ostruct was introduced at 5cd41d3 and removed using OpenStruct at d7e4033 .
ostruct was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0.

Related https://bugs.ruby-lang.org/issues/20309 ruby/ruby#10428

@JonRowe
Copy link
Member

JonRowe commented Jul 7, 2024

Can you rebase this once #3097 is merged / or cherry-pick that commit, theres an issue with our legacy actions needing fixing.

@JonRowe
Copy link
Member

JonRowe commented Jul 7, 2024

#3097 has been merged

requiring ostruct is introduced at rspec@5cd41d3 and
removed using OpenStruct at rspec@d7e4033 .
ostruct was loaded from the standard library, but will no longer be part of the default gems since Ruby 3.5.0.
Related https://bugs.ruby-lang.org/issues/20309 ruby/ruby#10428
@makicamel
Copy link
Contributor Author

@JonRowe
Thank you for fixing CI! I rebased.

@JonRowe JonRowe merged commit a84cdf0 into rspec:main Jul 9, 2024
29 of 30 checks passed
@makicamel makicamel deleted the remove-redundunt-require branch July 9, 2024 22:03
JonRowe added a commit that referenced this pull request Sep 5, 2024
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.

2 participants