Skip to content

Commit 02117a0

Browse files
fix: 🚀 bundler: bump google-protobuf from 3.25.0 to 3.25.1 (#467)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jürgen Mülbert <jmuelbert@users.noreply.github.com>
1 parent dc88a1b commit 02117a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ end
1414

1515
gem "code-scanning-rubocop", "~> 0.6.1"
1616
gem "debug", platform: :mri if RUBY_VERSION >= "3.1.0"
17-
gem "google-protobuf", "~> 3.25.0"
17+
gem "google-protobuf", "~> 3.25.1"
1818
gem "rake", "~> 13.1"
1919
gem "rubocop", "~> 1.57"
2020
gem "rubocop-changes", "~> 0.8.1"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ GEM
2626
drb (2.2.0)
2727
ruby2_keywords
2828
git_diff_parser (3.2.0)
29-
google-protobuf (3.25.0-x86_64-darwin)
30-
google-protobuf (3.25.0-x86_64-linux)
29+
google-protobuf (3.25.1-x86_64-darwin)
30+
google-protobuf (3.25.1-x86_64-linux)
3131
i18n (1.14.1)
3232
concurrent-ruby (~> 1.0)
3333
io-console (0.6.0)
@@ -130,7 +130,7 @@ DEPENDENCIES
130130
activesupport (< 8)
131131
code-scanning-rubocop (~> 0.6.1)
132132
debug
133-
google-protobuf (~> 3.25.0)
133+
google-protobuf (~> 3.25.1)
134134
rake (~> 13.1)
135135
rspec
136136
rubocop (~> 1.57)

0 commit comments

Comments
 (0)