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 warning: ostruct was loaded from the standard library #217

Merged
merged 3 commits into from
Sep 18, 2024

Conversation

taketo1113
Copy link
Contributor

It fixes a warning of loading ostruct gem from standard library with Ruby 3.3.5 and 3.4+.

The warning message is following:

/path/saml_idp/lib/saml_idp.rb:2: warning: ostruct was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0.
You can add ostruct to your Gemfile or gemspec to silence this warning.
  • ruby: 3.3.5
  • saml_idp gem: 1.6.0

Related Links

@Zogoo Zogoo self-assigned this Sep 18, 2024
@Zogoo Zogoo requested a review from jphenow September 18, 2024 10:20
@jphenow jphenow merged commit 2003c94 into saml-idp:master Sep 18, 2024
23 checks passed
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.

3 participants