coinbase / temporal-ruby

Ruby SDK for Temporal
Apache License 2.0
213 stars 81 forks source link

Move off `Dry::Struct::Value` before its removed from `dry-struct` #293

Closed SalvatoreT closed 2 months ago

SalvatoreT commented 3 months ago

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 https://github.com/coinbase/temporal-ruby/issues/292

DeRauk commented 2 months ago

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

SalvatoreT commented 2 months ago

Done!

DeRauk commented 2 months ago

Thank you!