From 8032c1bc188d113b44cc45cfde69038b65c86033 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:11:21 +0000 Subject: [PATCH] chore(deps): bump puma Bumps [puma](https://github.com/puma/puma) from 6.3.1 to 6.4.2. - [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/v6.3.1...v6.4.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../payment-executor-api/Gemfile | 2 +- .../payment-executor-api/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/observability-to-the-rescue/payment-executor-api/Gemfile b/examples/observability-to-the-rescue/payment-executor-api/Gemfile index c1b204d22..428e9d4b2 100644 --- a/examples/observability-to-the-rescue/payment-executor-api/Gemfile +++ b/examples/observability-to-the-rescue/payment-executor-api/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "puma", "~> 6.3.1" +gem "puma", "~> 6.4.2" gem "sinatra", "~> 3.0.5" # Adding support for Open Telemetry diff --git a/examples/observability-to-the-rescue/payment-executor-api/Gemfile.lock b/examples/observability-to-the-rescue/payment-executor-api/Gemfile.lock index e4a840ed4..43df4a279 100644 --- a/examples/observability-to-the-rescue/payment-executor-api/Gemfile.lock +++ b/examples/observability-to-the-rescue/payment-executor-api/Gemfile.lock @@ -7,7 +7,7 @@ GEM google-protobuf (~> 3.14) mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - nio4r (2.5.9) + nio4r (2.7.0) opentelemetry-api (1.1.0) opentelemetry-common (0.19.6) opentelemetry-api (~> 1.0) @@ -202,7 +202,7 @@ GEM opentelemetry-semantic_conventions opentelemetry-semantic_conventions (1.8.0) opentelemetry-api (~> 1.0) - puma (6.3.1) + puma (6.4.2) nio4r (~> 2.0) rack (2.2.6.4) rack-protection (3.0.5) @@ -223,7 +223,7 @@ DEPENDENCIES opentelemetry-exporter-otlp opentelemetry-instrumentation-all opentelemetry-sdk - puma (~> 6.3.1) + puma (~> 6.4.2) sinatra (~> 3.0.5) BUNDLED WITH