From 3dc9754cc01b6a74ce7534c8250fa913d2a69dfa Mon Sep 17 00:00:00 2001 From: Nathan Beam Date: Thu, 24 Oct 2024 13:57:49 -0700 Subject: [PATCH] Relax protobuf version to bump grpc version --- Gemfile | 2 +- examples/Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index c55c81ac..a98c51b0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'google-protobuf', '~> 3.19.6' +gem 'google-protobuf', '~> 3.19' gemspec diff --git a/examples/Gemfile b/examples/Gemfile index 4a744598..c6fc0199 100644 --- a/examples/Gemfile +++ b/examples/Gemfile @@ -4,6 +4,6 @@ gem 'temporal-ruby', path: '../' gem 'dry-types', '>= 1.7.2' gem 'dry-struct', '~> 1.6.0' -gem 'google-protobuf', '~> 3.19.6' +gem 'google-protobuf', '~> 3.19' gem 'rspec', group: :test