From d9ef2ae2813641b2a449f354f2e58b29cd76daa8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 16:10:29 +0000 Subject: [PATCH] Bump the bundler group across 1 directory with 4 updates Bumps the bundler group with 3 updates in the /src/emailservice directory: [puma](https://github.com/puma/puma), [sinatra](https://github.com/sinatra/sinatra) and [google-protobuf](https://github.com/protocolbuffers/protobuf). Updates `puma` from 5.6.4 to 5.6.8 - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v5.6.4...v5.6.8) Updates `sinatra` from 2.2.0 to 2.2.3 - [Changelog](https://github.com/sinatra/sinatra/blob/main/CHANGELOG.md) - [Commits](https://github.com/sinatra/sinatra/compare/v2.2.0...v2.2.3) Updates `google-protobuf` from 3.21.1 to 3.25.5 - [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/compare/v3.21.1...v3.25.5) Updates `rack` from 2.2.3.1 to 2.2.9 - [Release notes](https://github.com/rack/rack/releases) - [Changelog](https://github.com/rack/rack/blob/main/CHANGELOG.md) - [Commits](https://github.com/rack/rack/compare/2.2.3.1...v2.2.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production dependency-group: bundler - dependency-name: sinatra dependency-type: direct:production dependency-group: bundler - dependency-name: google-protobuf dependency-type: indirect dependency-group: bundler - dependency-name: rack dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] --- src/emailservice/Gemfile.lock | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/emailservice/Gemfile.lock b/src/emailservice/Gemfile.lock index 92a45bdc99..f2c8e1e052 100644 --- a/src/emailservice/Gemfile.lock +++ b/src/emailservice/Gemfile.lock @@ -2,13 +2,14 @@ GEM remote: https://rubygems.org/ specs: digest (3.1.0) - google-protobuf (3.21.1) + google-protobuf (3.25.5-arm64-darwin) + google-protobuf (3.25.5-x86_64-linux) googleapis-common-protos-types (1.3.1) google-protobuf (~> 3.14) mail (2.7.1) mini_mime (>= 0.1.1) mini_mime (1.1.2) - mustermann (1.1.1) + mustermann (2.0.2) ruby2_keywords (~> 0.0.1) net-protocol (0.1.3) timeout @@ -16,7 +17,7 @@ GEM digest net-protocol timeout - nio4r (2.5.8) + nio4r (2.7.3) opentelemetry-api (1.0.2) opentelemetry-common (0.19.6) opentelemetry-api (~> 1.0) @@ -44,23 +45,24 @@ GEM opentelemetry-api (~> 1.0) pony (1.13.1) mail (>= 2.0) - puma (5.6.4) + puma (5.6.8) nio4r (~> 2.0) - rack (2.2.3.1) - rack-protection (2.2.0) + rack (2.2.9) + rack-protection (2.2.3) rack ruby2_keywords (0.0.5) - sinatra (2.2.0) - mustermann (~> 1.0) + sinatra (2.2.3) + mustermann (~> 2.0) rack (~> 2.2) - rack-protection (= 2.2.0) + rack-protection (= 2.2.3) tilt (~> 2.0) - tilt (2.0.10) + tilt (2.4.0) timeout (0.3.0) PLATFORMS arm64-darwin-21 arm64-darwin-22 + x86_64-linux DEPENDENCIES net-smtp (~> 0.3)