From 67dfe37df1e95b92eae1613d98d39ee82f7167d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:30:13 +0000 Subject: [PATCH] Bump puma from 4.3.12 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 4.3.12 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/v4.3.12...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index ef05a16..4a12e80 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.7.5' gem 'rails', '~> 6.1.6.1' gem 'mysql2', '~> 0.5.3' -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.6' gem 'webpacker', '~> 4.2', '>= 4.2.2' gem 'jbuilder', '~> 2.10' gem 'bootsnap', '~> 1.4', '>= 1.4.6', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 259e9c4..e698a46 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,7 @@ GEM multi_json (1.15.0) multi_xml (0.6.0) mysql2 (0.5.4) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.15.4-x86_64-darwin) racc (~> 1.4) nokogiri (1.15.4-x86_64-linux) @@ -225,7 +225,7 @@ GEM rack orm_adapter (0.5.0) public_suffix (4.0.7) - puma (4.3.12) + puma (5.6.7) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -392,7 +392,7 @@ DEPENDENCIES omniauth-github (~> 1.4) omniauth-google-oauth2 (~> 0.8.0) omniauth-twitter (~> 1.4) - puma (~> 4.3) + puma (~> 5.6) rack-cors (~> 1.1, >= 1.1.1) rails (~> 6.1.6.1) rails-controller-testing (~> 1.0, >= 1.0.4)