From b547c10a7f4b07924cf9a31642bf2f8bf31fd883 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:56:34 +0000 Subject: [PATCH] Bump puma from 5.5.2 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.5.2 to 5.6.4. - [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.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 04d2d2a..238f669 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.4" diff --git a/Gemfile.lock b/Gemfile.lock index 0a3f90f..dd48030 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -16,7 +16,7 @@ GEM mime-types-data (3.2021.0901) netrc (0.11.0) nio4r (2.5.8) - puma (5.5.2) + puma (5.6.4) 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.4) sinatra (~> 1.4.6) RUBY VERSION