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

Add ostruct as an explicit dependency #4251

Merged
merged 1 commit into from
Sep 23, 2024
Merged

Conversation

kevindew
Copy link
Member

Ruby is dropping ostruct from standard library and will require it to be installed as a gem. When using an app with Ruby 3.3.5 there is a warning:

/root/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundled_gems.rb:75: warning: /root/.rbenv/versions/3.3.5/lib/ruby/3.3.0/ostruct.rb 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.
Also please contact the author of govuk_publishing_components-43.3.0 to request adding ostruct into its gemspec.

@govuk-ci govuk-ci temporarily deployed to components-gem-pr-4251 September 20, 2024 17:04 Inactive
Ruby is dropping ostruct from standard library and will require it to be
installed as a gem. When using an app with Ruby 3.3.5 there is a
warning:

```
/root/.rbenv/versions/3.3.5/lib/ruby/3.3.0/bundled_gems.rb:75: warning: /root/.rbenv/versions/3.3.5/lib/ruby/3.3.0/ostruct.rb 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.
Also please contact the author of govuk_publishing_components-43.3.0 to request adding ostruct into its gemspec.
```
@kevindew kevindew force-pushed the add-ostruct-as-dependency branch from bf9ebbd to 624b01e Compare September 20, 2024 17:13
@govuk-ci govuk-ci temporarily deployed to components-gem-pr-4251 September 20, 2024 17:13 Inactive
@davidgisbey davidgisbey reopened this Sep 23, 2024
@govuk-ci govuk-ci temporarily deployed to components-gem-pr-4251 September 23, 2024 10:20 Inactive
@davidgisbey davidgisbey merged commit c2c8cc2 into main Sep 23, 2024
21 checks passed
@davidgisbey davidgisbey deleted the add-ostruct-as-dependency branch September 23, 2024 10:25
@csutter csutter mentioned this pull request Sep 24, 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.

4 participants