Skip to content

Commit e09be40

Browse files
fix: 🚀 bundler: bump google-protobuf from 4.28.2 to 4.29.1 (#851)
1 parent f97ffd0 commit e09be40

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", "~> 4.28.2"
17+
gem "google-protobuf", "~> 4.29.1"
1818
gem "rake", "~> 13.2"
1919
gem "rubocop", "~> 1.69"
2020
gem "rubocop-changes", "~> 0.8.1"

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ GEM
2626
docile (1.4.0)
2727
drb (2.2.1)
2828
git_diff_parser (3.2.0)
29-
google-protobuf (4.28.2-x86_64-darwin)
29+
google-protobuf (4.29.1-x86_64-darwin)
3030
bigdecimal
3131
rake (>= 13)
32-
google-protobuf (4.28.2-x86_64-linux)
32+
google-protobuf (4.29.1-x86_64-linux)
3333
bigdecimal
3434
rake (>= 13)
3535
i18n (1.14.6)
@@ -136,7 +136,7 @@ DEPENDENCIES
136136
activesupport (< 8)
137137
code-scanning-rubocop (~> 0.6.1)
138138
debug
139-
google-protobuf (~> 4.28.2)
139+
google-protobuf (~> 4.29.1)
140140
rake (~> 13.2)
141141
rspec
142142
rubocop (~> 1.69)

0 commit comments

Comments
 (0)