From 21854d8fd1ee4b53d9e277d469c45cff3541dc51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 12:19:37 +0000 Subject: [PATCH] Bump puma from 6.3.1 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 6.3.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/v6.3.1...v6.4.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 5c032038..7508ecc3 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 7.0.0' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.5' # Use Puma as the app server -gem 'puma', '~> 6.3' +gem 'puma', '~> 6.4' # Asset handling gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index b64fd160..07be4243 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -262,7 +262,7 @@ GEM protocol-hpack (~> 1.4) protocol-http (~> 0.18) public_suffix (5.0.3) - puma (6.3.1) + puma (6.4.0) nio4r (~> 2.0) puppet (8.2.0) concurrent-ruby (~> 1.0) @@ -476,7 +476,7 @@ DEPENDENCIES listen (~> 3.2) mini_racer net-ldap - puma (~> 6.3) + puma (~> 6.4) puppet puppetdb-ruby rails (~> 7.0.0)