From d97cb3c58ae2e83cc87562a2b570aefe5b238810 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:28:06 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 4.3.12 in /spec/jsonapi_app Bumps [puma](https://github.com/puma/puma) from 3.12.2 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.2...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- spec/jsonapi_app/Gemfile | 2 +- spec/jsonapi_app/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/spec/jsonapi_app/Gemfile b/spec/jsonapi_app/Gemfile index f2baa44..0781c93 100644 --- a/spec/jsonapi_app/Gemfile +++ b/spec/jsonapi_app/Gemfile @@ -13,7 +13,7 @@ gem 'rails', '~> 5.0.1' gem 'pg' # 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/spec/jsonapi_app/Gemfile.lock b/spec/jsonapi_app/Gemfile.lock index fdcf778..94b180c 100644 --- a/spec/jsonapi_app/Gemfile.lock +++ b/spec/jsonapi_app/Gemfile.lock @@ -70,7 +70,8 @@ GEM nokogiri (1.10.5) mini_portile2 (~> 2.4.0) pg (0.21.0) - puma (3.12.2) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.7) rack-test (0.6.3) rack (>= 1.0) @@ -124,7 +125,7 @@ DEPENDENCIES jsonapi-resources listen (~> 3.0.5) pg - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.0.1) BUNDLED WITH