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 to Gemfile #2642

Merged
merged 1 commit into from
Sep 11, 2024
Merged

Add ostruct to Gemfile #2642

merged 1 commit into from
Sep 11, 2024

Conversation

smaboshe
Copy link
Contributor

We are getting a warning about ostruct while running tests during local development:

~/.asdf/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/rack-2.2.9/lib/rack/show_exceptions.rb:3: warning: ~/.asdf/installs/ruby/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.

This commit adds ostruct to the Gemfile to clear the warning.

We are getting a warning about `ostruct` while running tests during
local development:

```
~/.asdf/installs/ruby/3.3.5/lib/ruby/gems/3.3.0/gems/rack-2.2.9/lib/rack/show_exceptions.rb:3: warning: ~/.asdf/installs/ruby/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.
```

This commit adds `ostruct` to the `Gemfile` to clear the warning.
@smaboshe smaboshe self-assigned this Sep 11, 2024
@smaboshe smaboshe merged commit 630a885 into main Sep 11, 2024
4 checks passed
@smaboshe smaboshe deleted the add-ostruct-to-gemfile branch September 11, 2024 05:32
@smaboshe smaboshe requested a deployment to upcase-staging September 11, 2024 05:34 Abandoned
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.

1 participant