From 918e277f19efea1d0b366b2bc179a5bc0e45d677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:49:32 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 4.3.11 in /geo-app-backend Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 4.3.11. - [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.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- geo-app-backend/Gemfile | 2 +- geo-app-backend/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/geo-app-backend/Gemfile b/geo-app-backend/Gemfile index 6bb1cb0..bd2081a 100644 --- a/geo-app-backend/Gemfile +++ b/geo-app-backend/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.0' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' gem 'faker' gem 'active_model_serializers' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/geo-app-backend/Gemfile.lock b/geo-app-backend/Gemfile.lock index e4d9ca2..7c05f68 100644 --- a/geo-app-backend/Gemfile.lock +++ b/geo-app-backend/Gemfile.lock @@ -99,7 +99,8 @@ GEM nokogiri (1.10.4) mini_portile2 (~> 2.4.0) pg (1.1.4) - puma (3.12.2) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.8) rack-cors (1.0.5) rack (>= 1.6.0) @@ -166,7 +167,7 @@ DEPENDENCIES faker listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 3.12) + puma (~> 4.3) rack-cors rails (~> 6.0.0) spring