Skip to content

Commit

Permalink
deps: pin gRPC to 1.64.3
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Aug 30, 2024
1 parent db161ca commit 666ade2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activerecord-spanner-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.7"

spec.add_dependency "google-cloud-spanner", "~> 2.18"
# Pin gRPC to 1.64.3, as 1.65 and 1.66 cause test runs to hang randomly.
spec.add_dependency "grpc", "1.64.3"
spec.add_runtime_dependency "activerecord", [">= 6.0.0", "< 7.2"]

spec.add_development_dependency "autotest-suffix", "~> 1.1"
Expand Down

0 comments on commit 666ade2

Please sign in to comment.