We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40055d3 commit 26cfe63Copy full SHA for 26cfe63
temporalio.gemspec
@@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
22
spec.required_ruby_version = '>= 2.7.0'
23
24
spec.add_dependency 'google-protobuf', '~> 3.21.1' # Protobuf
25
+ spec.add_dependency 'rexml', '~> 3.2.5' # Implicitly required by thermite
26
spec.add_dependency 'rutie', '~> 0.0.4' # Rust bindings
27
spec.add_dependency 'thermite', '~> 0.13.0' # For compiling Rust ext
28
0 commit comments