From 085a87c8bf3b786e06a1180c5908ef6077a50e22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Aug 2023 04:36:55 +0000 Subject: [PATCH] Bump puma from 5.6.6 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 5.6.6 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.6.6...v5.6.7) --- 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 4d40b821a..9812a3475 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,7 @@ gem 'omniauth-rails_csrf_protection' gem 'pg' gem 'pickadate-rails' gem 'premailer-rails' -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' gem 'pundit' gem 'rails4-autocomplete' gem 'rolify' diff --git a/Gemfile.lock b/Gemfile.lock index 6d86c6dbd..34001b44d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -281,7 +281,7 @@ GEM i18n (>= 0.5.0) railties (>= 5.0.0) public_suffix (5.0.3) - puma (5.6.6) + puma (5.6.7) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -506,7 +506,7 @@ DEPENDENCIES pry-byebug pry-remote public_activity - puma (~> 5.0) + puma (~> 5.6) pundit rack-mini-profiler (~> 2.0) rails (= 6.1.7.4)