From 1b51d01183c70fa4faae9ca75ea010307913775c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 10:49:10 +0000 Subject: [PATCH] Bump puma from 6.0.0 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 6.0.0 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.0.0...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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 75eb660a..6dc7aab0 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'sdoc', '~> 2.3.1', group: :doc gem 'rack-cache' gem 'bcrypt', '~> 3.1.18' -gem 'puma', '~> 6.0' +gem 'puma', '~> 6.4' gem 'rails_12factor' gem 'simple_form', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index f6313096..fe814170 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -196,7 +196,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.14.2-arm64-darwin) racc (~> 1.4) nokogiri (1.14.2-x86_64-linux) @@ -217,7 +217,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.0) - puma (6.0.0) + puma (6.4.0) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) @@ -375,7 +375,7 @@ DEPENDENCIES mini_racer (~> 0.6.3) pg (~> 1.4) premailer-rails - puma (~> 6.0) + puma (~> 6.4) rack-cache rails (~> 7.0.4) rails-controller-testing