Skip to content

Commit 39fae38

Browse files
Bump google-protobuf from 4.26.1 to 4.27.0 (#4739)
Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 4.26.1 to 4.27.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl) - [Commits](https://github.com/protocolbuffers/protobuf/commits) --- updated-dependencies: - dependency-name: google-protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8e2e9b9 commit 39fae38

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ gem "clearance", "~> 2.7"
1212
gem "dalli", "~> 3.2"
1313
gem "ddtrace", "~> 1.23", require: "ddtrace/auto_instrument"
1414
gem "dogstatsd-ruby", "~> 5.5"
15-
gem "google-protobuf", "~> 4.26"
15+
gem "google-protobuf", "~> 4.27"
1616
gem "faraday", "~> 2.9"
1717
gem "faraday-retry", "~> 2.2"
1818
gem "good_job", "~> 3.28"

Gemfile.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ GEM
261261
fugit (>= 1.1)
262262
railties (>= 6.0.0)
263263
thor (>= 0.14.1)
264-
google-protobuf (4.26.1)
264+
google-protobuf (4.27.0)
265+
bigdecimal
265266
rake (>= 13)
266267
gravtastic (3.2.6)
267268
groupdate (6.4.0)
@@ -787,7 +788,7 @@ DEPENDENCIES
787788
faraday-retry (~> 2.2)
788789
faraday_middleware-aws-sigv4 (~> 1.0)
789790
good_job (~> 3.28)
790-
google-protobuf (~> 4.26)
791+
google-protobuf (~> 4.27)
791792
gravtastic (~> 3.2)
792793
groupdate (~> 6.2)
793794
high_voltage (~> 3.1)
@@ -961,7 +962,7 @@ CHECKSUMS
961962
get_process_mem (0.2.7) sha256=4afd3c3641dd6a817c09806c7d6d509d8a9984512ac38dea8b917426bbf77eba
962963
globalid (1.2.1) sha256=70bf76711871f843dbba72beb8613229a49429d1866828476f9c9d6ccc327ce9
963964
good_job (3.28.3) sha256=3067cbc15d4a31a4c82e0b7bfa3919b9eb9659ebe58bc158b484388d35c59ecc
964-
google-protobuf (4.26.1) sha256=52059a231bd6521728f5e278b64f1dea9d9ffecccbde7d53ef719721bb074493
965+
google-protobuf (4.27.0) sha256=5e679347abc4721a3346913b8f69640a4ee13e0105d605b1da226b25346cd88d
965966
gravtastic (3.2.6) sha256=ef98abcecf7c402b61cff1ae7c50a2c6d97dd22bac21ea9b421ce05bc03d734f
966967
groupdate (6.4.0) sha256=65940645bf2a48f9b2d10ab7a1d19bdc78f3c89559d8fce39cea3448a15aec54
967968
hashdiff (1.1.0) sha256=b5465f0e7375f1ee883f53a766ece4dbc764b7674a7c5ffd76e79b2f5f6fc9c9

0 commit comments

Comments
 (0)