From d375dc280cd3452604d34b665ba805a1953d39c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:26:56 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.11.4 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.11.4...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 ccc7afd..9152ab0 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "rails", "~> 5.1.6" # Use postgresql as the database for Active Record gem "pg", "~> 1.0.0" # Use Puma as the app server -gem "puma", "~> 3.7" +gem "puma", "~> 4.3" # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index 0cbcf1a..dc87165 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,8 @@ GEM ast (~> 2.4.0) pg (1.0.0) powerpack (0.1.1) - puma (3.11.4) + puma (4.3.12) + nio4r (~> 2.0) pusher-client (0.6.2) json websocket (~> 1.0) @@ -256,7 +257,7 @@ DEPENDENCIES minitest-reporters octokit (~> 4.0) pg (~> 1.0.0) - puma (~> 3.7) + puma (~> 4.3) rack-cors rails (~> 5.1.6) rails_12factor