From 9e98c9996ff59ac5da7a2fefddba6edcc366e18a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 01:11:06 +0000 Subject: [PATCH] Bump puma from 5.5.2 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 5.5.2 to 5.6.7. - [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.5.2...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 04d2d2a..d434778 100644 --- a/Gemfile +++ b/Gemfile @@ -9,4 +9,4 @@ gem 'cloudinary', "~> 1.21.0" gem "json", "~> 2.6.1" -gem "puma", "~> 5.5.2" +gem "puma", "~> 5.6.7" diff --git a/Gemfile.lock b/Gemfile.lock index 0a3f90f..25259e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,8 +15,8 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2021.0901) netrc (0.11.0) - nio4r (2.5.8) - puma (5.5.2) + nio4r (2.5.9) + puma (5.6.7) nio4r (~> 2.0) rack (1.6.4) rack-protection (1.5.3) @@ -41,7 +41,7 @@ PLATFORMS DEPENDENCIES cloudinary (~> 1.21.0) json (~> 2.6.1) - puma (~> 5.5.2) + puma (~> 5.6.7) sinatra (~> 1.4.6) RUBY VERSION