From d5afa186c95965e23c5418a0e72672c6270750e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 23:53:28 +0000 Subject: [PATCH] Bump puma from 5.6.4 to 6.4.2 Bumps [puma](https://github.com/puma/puma) from 5.6.4 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.4...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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1395232..9c3ef8b 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby "3.1.2" # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem "rails", "~> 6.1.4" # Use Puma as the app server -gem "puma", "~> 5.6" +gem "puma", "~> 6.4" # Best database int the world gem "pg" # Use SCSS for stylesheets diff --git a/Gemfile.lock b/Gemfile.lock index e714b2d..ad28c91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -317,7 +317,7 @@ GEM net-smtp (0.3.3) net-protocol net-ssh (7.0.1) - nio4r (2.5.8) + nio4r (2.7.0) nokogiri (1.15.5) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -334,7 +334,7 @@ GEM activerecord (>= 5.2) activesupport (>= 5.2) public_suffix (5.0.1) - puma (5.6.4) + puma (6.4.2) nio4r (~> 2.0) racc (1.7.3) rack (2.2.8) @@ -607,7 +607,7 @@ DEPENDENCIES oj pg pg_search - puma (~> 5.6) + puma (~> 6.4) rack-mini-profiler rails (~> 6.1.4) ransack