From a31b264a5f287620e1c39a2d12deff93d4706dbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Jan 2024 10:32:52 +0000 Subject: [PATCH] Bump puma from 5.6.8 to 6.4.2 Bumps [puma](https://github.com/puma/puma) from 5.6.8 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/v5.6.8...v6.4.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 121ad8ac..ce5c8939 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 5.2' # Use postgresql as the database for Active Record gem 'pg', '~> 1.3' # Use Puma as the app server -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.4' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' gem 'bootstrap-sass', '~> 3.4.1' diff --git a/Gemfile.lock b/Gemfile.lock index aa60840d..f2648d91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -211,7 +211,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.7) - puma (5.6.8) + puma (6.4.2) nio4r (~> 2.0) pundit (2.2.0) activesupport (>= 3.0.0) @@ -402,7 +402,7 @@ DEPENDENCIES pg (~> 1.3) pry-byebug pry-rails - puma (~> 5.6) + puma (~> 6.4) pundit (~> 2.2.0) rack-cors rails (~> 5.2)