diff --git a/Gemfile b/Gemfile index 4027e2d7..acea382a 100644 --- a/Gemfile +++ b/Gemfile @@ -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.24.4" +gem "google-protobuf", "~> 3.25.0" gem "rake", "~> 13.0" gem "rubocop", "~> 1.57" gem "rubocop-changes", "~> 0.8.1" diff --git a/Gemfile.lock b/Gemfile.lock index b78a8f2a..43f1af16 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -26,8 +26,8 @@ GEM drb (2.1.1) ruby2_keywords git_diff_parser (3.2.0) - google-protobuf (3.24.4-x86_64-darwin) - google-protobuf (3.24.4-x86_64-linux) + google-protobuf (3.25.0-x86_64-darwin) + google-protobuf (3.25.0-x86_64-linux) i18n (1.14.1) concurrent-ruby (~> 1.0) io-console (0.6.0) @@ -130,7 +130,7 @@ DEPENDENCIES activesupport (< 8) code-scanning-rubocop (~> 0.6.1) debug - google-protobuf (~> 3.24.4) + google-protobuf (~> 3.25.0) rake (~> 13.0) rspec rubocop (~> 1.57)