From 7c9aaf850fd2dd8c623dcbbd3513e9b5e1fd0806 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 10:25:52 +0000 Subject: [PATCH] Bump puma from 5.6.1 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 5.6.1 to 6.4.0. - [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.1...v6.4.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5692145..82fd683 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'rails', '~> 6.1' gem 'bootsnap', '~> 1.10', require: false # Use Puma as the app server -gem 'puma', '~> 5.6' +gem 'puma', '~> 6.4' # Use Capistrano for deployment # gem 'capistrano-rails', group: :development diff --git a/Gemfile.lock b/Gemfile.lock index f4da933..5c848a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM mini_portile2 (2.7.1) minitest (5.15.0) msgpack (1.4.4) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.13.1) mini_portile2 (~> 2.7.0) racc (~> 1.4) @@ -166,7 +166,7 @@ GEM ast (~> 2.4.1) pg (1.3.3) public_suffix (4.0.6) - puma (5.6.1) + puma (6.4.0) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -352,7 +352,7 @@ DEPENDENCIES nullalign overcommit pg (>= 0.18, < 2.0) - puma (~> 5.6) + puma (~> 6.4) rails (~> 6.1) rails_best_practices reek