Skip to content

Conversation

@kaylareopelle
Copy link
Contributor

@kaylareopelle kaylareopelle commented Apr 11, 2024

Rake removed its requirement of OpenStruct in version 13.2.0. This caused our stripe multiverse suite to fail.

Since our tests were executed using Rake, we were able to use OpenStruct without a require in the file.

Now, OpenStruct is explicitly required in all the files it is used.

See: ruby/rake#545

Resolves #2548

Rake removed its requirement of OpenStruct in version 13.2.0.
This caused our stripe multiverse suite to fail.

Since our tests were executed using Rake, we were able to use
OpenStruct without a require in the file.

Now, OpenStruct is explicitly required in all the files it is used.
@kaylareopelle
Copy link
Contributor Author

The only failing suite in this PR will be resolved by #2543

@kaylareopelle kaylareopelle marked this pull request as ready for review April 11, 2024 16:37
@kaylareopelle kaylareopelle merged commit 21ff123 into dev Apr 11, 2024
@kaylareopelle kaylareopelle deleted the ostruct-fix branch April 11, 2024 18:39
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.

Fix OpenStruct test failures

4 participants