Description:
Trying to use Temporal services using ruby sdk. I have tried to implement the temporal services for java tool and it worked well. so I want to use the same services to the ruby tool. When I tried to implement it, produces the following error.
Note: I have not used 'temporal' word anywhere. I have used Temporalio in particular.
System setup:
Using ruby 3.0.4
rustc version: 1.68.0
and installed other gems required for temporalio as described in documentation.
Have pulled the docker image and running the temporal on localhost.
-Output for "gem list" command. (please find that there is temporalio gem installed already).
-bundle install command output for the directory which contains all the project files with Gemfile.
I have referred to the issue in which it has described the name change of sdk from temporal to temporalio. But few snippets in the documentation still refer it as temporal. Please do check for that too.
And please let me know what can I do for this issue.
Description: Trying to use Temporal services using ruby sdk. I have tried to implement the temporal services for java tool and it worked well. so I want to use the same services to the ruby tool. When I tried to implement it, produces the following error.
Note: I have not used 'temporal' word anywhere. I have used Temporalio in particular.
System setup: Using ruby 3.0.4 rustc version: 1.68.0 and installed other gems required for temporalio as described in documentation. Have pulled the docker image and running the temporal on localhost.
-Output for "gem list" command. (please find that there is temporalio gem installed already).
-bundle install command output for the directory which contains all the project files with Gemfile.
I have referred to the issue in which it has described the name change of sdk from temporal to temporalio. But few snippets in the documentation still refer it as temporal. Please do check for that too. And please let me know what can I do for this issue.