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