Trying to write a sample project using the released temporalio gem (v0.1.0). Steep checking appears not to be working and I see the following error in console:
Cannot find type definitions for library: temporalio ([nil]) (RBS::EnvironmentLoader::UnknownLibraryError)
I think that this is due to the fact that the sig/ directory is not included in released gem file.
Describe the bug
Trying to write a sample project using the released
temporalio
gem (v0.1.0). Steep checking appears not to be working and I see the following error in console:I think that this is due to the fact that the
sig/
directory is not included in released gem file.