Skip to content

Commit 4ea3257

Browse files
committed
update grpc
1 parent cbfd670 commit 4ea3257

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ gem 'fog-google', '~> 1.24.1'
6060
gem 'fog-local'
6161
gem 'fog-openstack'
6262

63+
gem 'google-protobuf', '~> 3.25'
64+
6365
gem 'cf-uaa-lib', '~> 4.0.8'
6466

6567
group :db do

Gemfile.lock

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -229,22 +229,22 @@ GEM
229229
google-protobuf (>= 3.18, < 5.a)
230230
googleapis-common-protos-types (~> 1.7)
231231
grpc (~> 1.41)
232-
googleapis-common-protos-types (1.15.0)
232+
googleapis-common-protos-types (1.19.0)
233233
google-protobuf (>= 3.18, < 5.a)
234234
googleauth (1.8.1)
235235
faraday (>= 0.17.3, < 3.a)
236236
jwt (>= 1.4, < 3.0)
237237
multi_json (~> 1.11)
238238
os (>= 0.9, < 2.0)
239239
signet (>= 0.16, < 2.a)
240-
grpc (1.64.0)
241-
google-protobuf (~> 3.25)
240+
grpc (1.71.0)
241+
google-protobuf (>= 3.25, < 5.0)
242242
googleapis-common-protos-types (~> 1.0)
243-
grpc (1.64.0-x86_64-darwin)
244-
google-protobuf (~> 3.25)
243+
grpc (1.71.0-x86_64-darwin)
244+
google-protobuf (>= 3.25, < 5.0)
245245
googleapis-common-protos-types (~> 1.0)
246-
grpc (1.64.0-x86_64-linux)
247-
google-protobuf (~> 3.25)
246+
grpc (1.71.0-x86_64-linux)
247+
google-protobuf (>= 3.25, < 5.0)
248248
googleapis-common-protos-types (~> 1.0)
249249
hashdiff (1.1.2)
250250
honeycomb-beeline (3.1.0)
@@ -616,6 +616,7 @@ DEPENDENCIES
616616
fog-google (~> 1.24.1)
617617
fog-local
618618
fog-openstack
619+
google-protobuf (~> 3.25)
619620
googleapis-common-protos (>= 1.3.12)
620621
hashdiff
621622
honeycomb-beeline

0 commit comments

Comments
 (0)