From f3f243c1400f99583bd14e2c5f7c05e1de23abd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 23:45:42 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 5.6.7. - [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/v3.12.6...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index ed52f2b..a8fa712 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ end gem 'rails', '~> 5.1.4' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 5.6' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder gem 'jbuilder', '~> 2.5' diff --git a/Gemfile.lock b/Gemfile.lock index c8cf0f4..b05c503 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -206,7 +206,8 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (5.0.1) - puma (3.12.6) + puma (5.6.7) + nio4r (~> 2.0) racc (1.6.2) rack (2.2.7) rack-test (2.1.0) @@ -382,7 +383,7 @@ DEPENDENCIES once-ler pg pry - puma (~> 3.7) + puma (~> 5.6) rails (~> 5.1.4) responders rspec-its