From 651237da04a5918ba9d3c89429239f3dfd017843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Oct 2022 23:34:27 +0000 Subject: [PATCH] Bump google-protobuf from 3.21.5 to 3.21.7 Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.21.5 to 3.21.7. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.21.5...v3.21.7) --- updated-dependencies: - dependency-name: google-protobuf dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 623bf5f..26da206 100644 --- a/Gemfile +++ b/Gemfile @@ -23,7 +23,7 @@ gem 'graphql-batch', '~> 0.4.0' gem 'batch-loader', '~> 1.4', '>= 1.4.1' gem 'graphql-cache', '~> 0.6.0', git: "https://github.com/stackshareio/graphql-cache" gem 'apollo-federation', '~> 1.0' -gem 'google-protobuf', '~> 3.0' +gem 'google-protobuf', '~> 3.21' group :development, :test do gem 'rspec-rails', '~> 3.8', '>= 3.8.2' diff --git a/Gemfile.lock b/Gemfile.lock index 92c8260..ae35a33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -160,7 +160,7 @@ GEM rchardet (~> 1.8) globalid (1.0.0) activesupport (>= 5.0) - google-protobuf (3.21.5) + google-protobuf (3.21.7) graphql (1.13.15) graphql-batch (0.4.3) graphql (>= 1.3, < 2) @@ -371,7 +371,7 @@ DEPENDENCIES elasticsearch-rails (~> 0.1.9) fast_jsonapi (~> 1.3) git (~> 1.5) - google-protobuf (~> 3.0) + google-protobuf (~> 3.21) graphql (~> 1.9, >= 1.9.4) graphql-batch (~> 0.4.0) graphql-cache (~> 0.6.0)!