Skip to content

Commit

Permalink
deps: remove pin gRPC
Browse files Browse the repository at this point in the history
Because it conflicts with other gems for Google Cloud (e.g. Cloudtasker)
  • Loading branch information
ruzia committed Dec 12, 2024
1 parent 3210265 commit 1969cb1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions activerecord-spanner-adapter.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ 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.1", "< 7.3"]

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

0 comments on commit 1969cb1

Please sign in to comment.