From 5f2b77881bb70fb4e2bfee2e880171fef68c3dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:29:07 +0000 Subject: [PATCH] Update google-protobuf requirement from = 3.25.5 to = 4.29.1 Updates the requirements on [google-protobuf](https://github.com/protocolbuffers/protobuf) to permit the latest version. - [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-major ... Signed-off-by: dependabot[bot] --- Gemfile.lock | 10 +++++++--- pg_online_schema_change.gemspec | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e459e11..2628926 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,7 +2,7 @@ PATH remote: . specs: pg_online_schema_change (0.9.10) - google-protobuf (= 3.25.5) + google-protobuf (= 4.29.1) ougai (~> 2.0.0) pg (>= 1.3.2, < 1.6.0) pg_query (>= 2.1.3, < 4.3.0) @@ -16,8 +16,12 @@ GEM bigdecimal (3.1.8) coderay (1.1.3) diff-lcs (1.5.1) - google-protobuf (3.25.5-arm64-darwin) - google-protobuf (3.25.5-x86_64-linux) + google-protobuf (4.29.1-arm64-darwin) + bigdecimal + rake (>= 13) + google-protobuf (4.29.1-x86_64-linux) + bigdecimal + rake (>= 13) haml (6.3.0) temple (>= 0.8.2) thor diff --git a/pg_online_schema_change.gemspec b/pg_online_schema_change.gemspec index 70a1798..728f965 100644 --- a/pg_online_schema_change.gemspec +++ b/pg_online_schema_change.gemspec @@ -36,7 +36,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.metadata = { "rubygems_mfa_required" => "true" } - spec.add_runtime_dependency("google-protobuf", "3.25.5") + spec.add_runtime_dependency("google-protobuf", "4.29.1") spec.add_runtime_dependency("ougai", "~> 2.0.0") spec.add_runtime_dependency("pg", ">= 1.3.2", "< 1.6.0") spec.add_runtime_dependency("pg_query", ">= 2.1.3", "< 4.3.0")