Skip to content

Commit

Permalink
Allow older grpc
Browse files Browse the repository at this point in the history
  • Loading branch information
njaremko authored Dec 2, 2024
1 parent 4599b85 commit 1e0fbc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion temporalio/temporalio.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Gem::Specification.new do |spec|
spec.extensions = ['ext/Cargo.toml']
spec.metadata['rubygems_mfa_required'] = 'true'

spec.add_dependency 'google-protobuf', '>= 3.27.0'
spec.add_dependency 'google-protobuf', '>= 3.25.0'
end

0 comments on commit 1e0fbc1

Please sign in to comment.