Skip to content

Commit

Permalink
Relax grpc dependency version requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Aug 17, 2024
1 parent fd1a303 commit c226cb2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/ruby/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PATH
remote: .
specs:
tucana (0.0.0)
grpc (~> 1.65)
grpc (~> 1.64)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion build/ruby/tucana.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
# For more information and examples about making a new gem, check out our
# guide at: https://bundler.io/guides/creating_gem.html

spec.add_dependency "grpc", "~> 1.65"
spec.add_dependency "grpc", "~> 1.64"

spec.add_development_dependency "grpc-tools", "~> 1.65"
spec.add_development_dependency "rake", "~> 13.0"
Expand Down

0 comments on commit c226cb2

Please sign in to comment.