From b727ce66567b4b7de4ae61ae16a6db4557a88f15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:51:15 +0000 Subject: [PATCH] Bump puma from 4.3.12 to 5.6.8 Bumps [puma](https://github.com/puma/puma) from 4.3.12 to 5.6.8. - [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.8) --- 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 f5dfa0b..b965c11 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'active_model_serializers', '~> 0.10.0' # Use mysql as the database for Active Record gem 'mysql2', '~> 0.5.5' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 5.6' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 2fc04b5..f810f85 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -179,7 +179,7 @@ GEM timeout net-smtp (0.3.3) net-protocol - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.1-x86_64-linux) racc (~> 1.4) orm_adapter (0.5.0) @@ -187,7 +187,7 @@ GEM paranoia (2.6.1) activerecord (>= 5.1, < 7.1) public_suffix (5.0.1) - puma (4.3.12) + puma (5.6.8) nio4r (~> 2.0) racc (1.6.2) rack (2.2.7) @@ -281,7 +281,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mysql2 (~> 0.5.5) paranoia - puma (~> 4.1) + puma (~> 5.6) rack-cors rails (~> 6.1.0) rubyzip