Skip to content

Conversation

@SalvatoreT
Copy link
Contributor

Resolve the following warning before it becomes a bigger issue.

[dry-struct] Dry::Struct::Value is deprecated and will be removed in the next major version
/Users/sal/Development/temporal-ruby/lib/temporal/concerns/typed.rb:35:in `generate_struct'

Closes #292

@DeRauk
Copy link
Contributor

DeRauk commented Apr 6, 2024

@SalvatoreT Thank you for the PR! Could you please rebase onto master to get the test fix for CI?

The current versions in the examples are pretty old.
The gem is warning that `Dry::Struct::Value` is finally going to be
removed.

```
[dry-struct] Dry::Struct::Value is deprecated and will be removed in the next major version
/Users/sal/Development/temporal-ruby/lib/temporal/concerns/typed.rb:35:in `generate_struct'
```
@SalvatoreT SalvatoreT force-pushed the salvatoret/292/remove-Dry_Struct_Value-usage branch from f5cc6f4 to 4854b59 Compare April 6, 2024 22:24
@SalvatoreT
Copy link
Contributor Author

Done!

@DeRauk
Copy link
Contributor

DeRauk commented Apr 6, 2024

Thank you!

@DeRauk DeRauk merged commit f075102 into coinbase:master Apr 6, 2024
@SalvatoreT SalvatoreT deleted the salvatoret/292/remove-Dry_Struct_Value-usage branch April 7, 2024 01:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Dry::Struct::Value is deprecated

2 participants