From 5d3e75f26545692104ba4ee854926eb901cd8591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 15:35:05 +0000 Subject: [PATCH] Bump puma from 4.3.12 to 5.6.8 Bumps [puma](https://github.com/puma/puma) from 4.3.12 to 5.6.8. - [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/v4.3.12...v5.6.8) --- 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 85c3823..ebe2fbf 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', ' <7.0' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 4.0' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '~> 6.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 017b679..1b222ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -188,7 +188,7 @@ GEM pg (1.5.4) popper_js (1.16.1) public_suffix (5.0.4) - puma (4.3.12) + puma (5.6.8) nio4r (~> 2.0) pundit (2.3.1) activesupport (>= 3.0.0) @@ -316,7 +316,7 @@ DEPENDENCIES paper_trail (> 7.0) pg (> 0.20) popper_js - puma (~> 4.0) + puma (~> 5.6) pundit rails (< 7.0) rsolr (>= 1.0)