From 984263c7308eabd24b6c88c714a428dd6e16aead Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 15:12:51 -0300 Subject: [PATCH] chore(deps): bump puma from 6.3.1 to 6.4.2 in /examples/quick-start-ruby-sinatra (#3502) chore(deps): bump puma in /examples/quick-start-ruby-sinatra 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- examples/quick-start-ruby-sinatra/Gemfile | 2 +- examples/quick-start-ruby-sinatra/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/quick-start-ruby-sinatra/Gemfile b/examples/quick-start-ruby-sinatra/Gemfile index 780e8501e8..93bcd2baec 100644 --- a/examples/quick-start-ruby-sinatra/Gemfile +++ b/examples/quick-start-ruby-sinatra/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "puma", "~> 6.3.1" +gem "puma", "~> 6.4.2" gem "sinatra", "~> 3.0.5" gem "opentelemetry-sdk", "~> 1.2" diff --git a/examples/quick-start-ruby-sinatra/Gemfile.lock b/examples/quick-start-ruby-sinatra/Gemfile.lock index 759cf1795c..b24945a102 100644 --- a/examples/quick-start-ruby-sinatra/Gemfile.lock +++ b/examples/quick-start-ruby-sinatra/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) @@ -39,7 +39,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) @@ -60,7 +60,7 @@ DEPENDENCIES opentelemetry-exporter-otlp (~> 0.24) opentelemetry-instrumentation-sinatra (~> 0.21) opentelemetry-sdk (~> 1.2) - puma (~> 6.3.1) + puma (~> 6.4.2) sinatra (~> 3.0.5) BUNDLED WITH