From a991321a2a9079c2f6c1abff08d79f27c61c5a19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:02:49 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.9 Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 4.3.9. - [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.9) --- 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 5c04256..95be6ec 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.2' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index b74947f..7a20a88 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -253,7 +253,8 @@ GEM oj (3.11.3) pg (0.21.0) public_suffix (4.0.6) - puma (3.12.6) + puma (4.3.9) + nio4r (~> 2.0) raabro (1.4.0) rack (2.2.3) rack-cache (1.12.1) @@ -447,7 +448,7 @@ DEPENDENCIES listen (~> 3.0.5) paymium_api! pg (~> 0.18) - puma (~> 3.0) + puma (~> 4.3) rails (~> 5.0.2) rails-settings-cached rails-settings-ui