Skip to content

Commit

Permalink
fix: 🚀 bundler: bump google-protobuf from 4.27.3 to 4.28.0 (#738)
Browse files Browse the repository at this point in the history
Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 4.27.3 to 4.28.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>
Co-authored-by: Jürgen Mülbert <[email protected]>
  • Loading branch information
dependabot[bot] and jmuelbert authored Sep 1, 2024
1 parent edace7c commit 24b0d49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ end

gem "code-scanning-rubocop", "~> 0.6.1"
gem "debug", platform: :mri if RUBY_VERSION >= "3.1.0"
gem "google-protobuf", "~> 4.27.3"
gem "google-protobuf", "~> 4.28.0"
gem "rake", "~> 13.2"
gem "rubocop", "~> 1.65"
gem "rubocop-changes", "~> 0.8.1"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ GEM
docile (1.4.0)
drb (2.2.1)
git_diff_parser (3.2.0)
google-protobuf (4.27.3-x86_64-darwin)
google-protobuf (4.28.0-x86_64-darwin)
bigdecimal
rake (>= 13)
google-protobuf (4.27.3-x86_64-linux)
google-protobuf (4.28.0-x86_64-linux)
bigdecimal
rake (>= 13)
i18n (1.14.5)
Expand Down Expand Up @@ -138,7 +138,7 @@ DEPENDENCIES
activesupport (< 8)
code-scanning-rubocop (~> 0.6.1)
debug
google-protobuf (~> 4.27.3)
google-protobuf (~> 4.28.0)
rake (~> 13.2)
rspec
rubocop (~> 1.65)
Expand Down

0 comments on commit 24b0d49

Please sign in to comment.