Skip to content

Commit ee511f1

Browse files
authored
Merge pull request #3 from ForwardFinancing/nb-relax-protobuf
Bump Protobuf version to bump GRPC version
2 parents 6f35890 + 3dc9754 commit ee511f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
22

3-
gem 'google-protobuf', '~> 3.19.6'
3+
gem 'google-protobuf', '~> 3.19'
44

55
gemspec

examples/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ gem 'temporal-ruby', path: '../'
44

55
gem 'dry-types', '>= 1.7.2'
66
gem 'dry-struct', '~> 1.6.0'
7-
gem 'google-protobuf', '~> 3.19.6'
7+
gem 'google-protobuf', '~> 3.19'
88

99
gem 'rspec', group: :test

0 commit comments

Comments
 (0)