From e64e692760cbb298c01f4d6076e75ff2eaf9e580 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 01:11:07 +0000 Subject: [PATCH] Bump the bundler group across 1 directories with 2 updates Bumps the bundler group with 2 updates in the / directory: [puma](https://github.com/puma/puma) and [rack](https://github.com/rack/rack). Updates `puma` from 6.0.2 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.0.2...v6.4.2) Updates `rack` from 2.2.6.2 to 2.2.8.1 - [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/v2.2.6.2...v2.2.8.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production dependency-group: bundler-security-group - dependency-name: rack dependency-type: indirect dependency-group: bundler-security-group ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 4ac360a..6dc4dfd 100644 --- a/Gemfile +++ b/Gemfile @@ -6,4 +6,4 @@ source "https://rubygems.org" gem "sinatra", "~> 3.0" -gem "puma", "~> 6.0" +gem "puma", "~> 6.4" diff --git a/Gemfile.lock b/Gemfile.lock index 4a61874..b5d9726 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,10 +3,10 @@ GEM specs: mustermann (3.0.0) ruby2_keywords (~> 0.0.1) - nio4r (2.5.8) - puma (6.0.2) + nio4r (2.7.0) + puma (6.4.2) nio4r (~> 2.0) - rack (2.2.6.2) + rack (2.2.8.1) rack-protection (3.0.5) rack ruby2_keywords (0.0.5) @@ -19,9 +19,10 @@ GEM PLATFORMS arm64-darwin-22 + x86_64-linux DEPENDENCIES - puma (~> 6.0) + puma (~> 6.4) sinatra (~> 3.0) BUNDLED WITH