From bb4eca503802b6d0ac9a27e56a7241338df051d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 22:15:52 +0000 Subject: [PATCH] Bump puma from 6.3.0 to 6.3.1 Bumps [puma](https://github.com/puma/puma) from 6.3.0 to 6.3.1. - [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.0...v6.3.1) --- 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 5c301490..8149cffe 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.0' +gem 'puma', '~> 6.3' # Asset handling gem 'sprockets-rails' diff --git a/Gemfile.lock b/Gemfile.lock index fa2488c6..8aba261e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,7 +255,7 @@ GEM protocol-hpack (~> 1.4) protocol-http (~> 0.18) public_suffix (5.0.1) - puma (6.3.0) + puma (6.3.1) nio4r (~> 2.0) puppet (7.23.0) concurrent-ruby (~> 1.0, < 1.2.0) @@ -461,7 +461,7 @@ DEPENDENCIES listen (~> 3.2) mini_racer net-ldap - puma (~> 6.0) + puma (~> 6.3) puppet puppetdb-ruby rails (~> 7.0.0)