Skip to content

Use Struct instead of OpenStruct#462

Merged
nicolastemciuc merged 2 commits intomasterfrom
nt--avoid-using-openstruct
May 12, 2025
Merged

Use Struct instead of OpenStruct#462
nicolastemciuc merged 2 commits intomasterfrom
nt--avoid-using-openstruct

Conversation

@nicolastemciuc
Copy link
Copy Markdown
Member

@nicolastemciuc nicolastemciuc commented May 3, 2025

Summary

This PR replaces the use of OpenStruct in our tests with Struct, as OpenStruct will no longer be part of the standard gems in Ruby 3.5.

Warning message:

ostruct was loaded from the standard library, but will no longer be
part of the default gems starting from Ruby 3.5.0.

Warning:
```
ostruct was loaded from the standard library, but will no longer be
part of the default gems starting from Ruby 3.5.0.
```
@nicolastemciuc nicolastemciuc force-pushed the nt--avoid-using-openstruct branch from 28e366e to 61efdf5 Compare May 3, 2025 01:20
Comment thread spec/webauthn/relying_party_spec.rb Outdated
Comment thread spec/webauthn/relying_party_spec.rb Outdated
@nicolastemciuc nicolastemciuc merged commit c9f656f into master May 12, 2025
11 checks passed
@nicolastemciuc nicolastemciuc deleted the nt--avoid-using-openstruct branch September 23, 2025 15:13
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