From e2723429cda6c6d8901595fd108b8519ad9924bc Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 21:29:04 +0000 Subject: [PATCH] Bump google-protobuf from 3.12.4 to 3.14.0 in /rails_event_store Bumps [google-protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.4 to 3.14.0. - [Release notes](https://github.com/protocolbuffers/protobuf/releases) - [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py) - [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.12.4...v3.14.0) Signed-off-by: dependabot-preview[bot] --- rails_event_store/Gemfile | 2 +- rails_event_store/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rails_event_store/Gemfile b/rails_event_store/Gemfile index 847f65664f..f0ff10082c 100644 --- a/rails_event_store/Gemfile +++ b/rails_event_store/Gemfile @@ -12,6 +12,6 @@ gem 'bounded_context', path: '../bounded_context' gem 'protobuf_nested_struct' gem 'sidekiq' gem 'rack-test' -gem 'google-protobuf', '~> 3.12.2', '>= 3.12.2' +gem 'google-protobuf', '~> 3.14.0' gem 'rails', '6.0.3.4' gem 'sqlite3', '1.4.2' diff --git a/rails_event_store/Gemfile.lock b/rails_event_store/Gemfile.lock index 180bdb3a22..5316985fca 100644 --- a/rails_event_store/Gemfile.lock +++ b/rails_event_store/Gemfile.lock @@ -129,7 +129,7 @@ GEM erubi (1.10.0) globalid (0.4.2) activesupport (>= 4.2.0) - google-protobuf (3.12.4-universal-darwin) + google-protobuf (3.14.0) i18n (1.8.5) concurrent-ruby (~> 1.0) ice_nine (0.11.2) @@ -275,7 +275,7 @@ PLATFORMS DEPENDENCIES aggregate_root! bounded_context! - google-protobuf (~> 3.12.2, >= 3.12.2) + google-protobuf (~> 3.14.0) mutant (~> 0.10.15) mutant-license! mutant-rspec (~> 0.10.15)