From c5a6e626ff187f3c05a2b0cdaf44cea839ae3730 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 23:01:25 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.12. - [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...v4.3.12) --- 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 e5dcbc5..7f20487 100644 --- a/Gemfile +++ b/Gemfile @@ -35,7 +35,7 @@ gem 'rails_admin-i18n' # Use default rails_admin translatio # gem 'graphiql-rails', group: :development # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 8e1c3f5..dd976d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -177,7 +177,8 @@ GEM parser (2.7.1.4) ast (~> 2.4.1) pg (1.2.3) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) rack (2.2.3) rack-attack (6.3.1) rack (>= 1.0, < 3) @@ -357,7 +358,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mini_magick pg - puma (~> 3.12) + puma (~> 4.3) rack-attack rack-cors rails (~> 6.0.3)