From cd6fb6d1ff21e4b18d96a0921a7a3ab1d0452b94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Aug 2023 09:20:44 -0300 Subject: [PATCH] chore(deps): bump puma from 6.2.1 to 6.3.1 in /examples/quick-start-ruby-sinatra (#3082) chore(deps): bump puma in /examples/quick-start-ruby-sinatra Bumps [puma](https://github.com/puma/puma) from 6.2.1 to 6.3.1. - [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.2.1...v6.3.1) --- 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, 5 insertions(+), 3 deletions(-) diff --git a/examples/quick-start-ruby-sinatra/Gemfile b/examples/quick-start-ruby-sinatra/Gemfile index 8c0d377d5d..780e8501e8 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.2.1" +gem "puma", "~> 6.3.1" 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 619ea42bf8..759cf1795c 100644 --- a/examples/quick-start-ruby-sinatra/Gemfile.lock +++ b/examples/quick-start-ruby-sinatra/Gemfile.lock @@ -2,6 +2,7 @@ GEM remote: https://rubygems.org/ specs: google-protobuf (3.22.2-x86_64-darwin) + google-protobuf (3.22.2-x86_64-linux) googleapis-common-protos-types (1.5.0) google-protobuf (~> 3.14) mustermann (3.0.0) @@ -38,7 +39,7 @@ GEM opentelemetry-semantic_conventions opentelemetry-semantic_conventions (1.8.0) opentelemetry-api (~> 1.0) - puma (6.2.1) + puma (6.3.1) nio4r (~> 2.0) rack (2.2.6.4) rack-protection (3.0.5) @@ -53,12 +54,13 @@ GEM PLATFORMS x86_64-darwin-21 + x86_64-linux DEPENDENCIES opentelemetry-exporter-otlp (~> 0.24) opentelemetry-instrumentation-sinatra (~> 0.21) opentelemetry-sdk (~> 1.2) - puma (~> 6.2.1) + puma (~> 6.3.1) sinatra (~> 3.0.5) BUNDLED WITH