Skip to content

Commit

Permalink
fix: 🚀 bundler: bump google-protobuf from 3.25.0 to 3.25.1
Browse files Browse the repository at this point in the history
Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.25.0 to 3.25.1.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.0...v3.25.1)

---
updated-dependencies:
- dependency-name: google-protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 16, 2023
1 parent c738fa1 commit 3587628
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", "~> 3.25.0"
gem "google-protobuf", "~> 3.25.1"
gem "rake", "~> 13.1"
gem "rubocop", "~> 1.57"
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,8 +26,8 @@ GEM
drb (2.1.1)
ruby2_keywords
git_diff_parser (3.2.0)
google-protobuf (3.25.0-x86_64-darwin)
google-protobuf (3.25.0-x86_64-linux)
google-protobuf (3.25.1-x86_64-darwin)
google-protobuf (3.25.1-x86_64-linux)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
io-console (0.6.0)
Expand Down Expand Up @@ -130,7 +130,7 @@ DEPENDENCIES
activesupport (< 8)
code-scanning-rubocop (~> 0.6.1)
debug
google-protobuf (~> 3.25.0)
google-protobuf (~> 3.25.1)
rake (~> 13.1)
rspec
rubocop (~> 1.57)
Expand Down

0 comments on commit 3587628

Please sign in to comment.