From 502da60a4c6d70aca83b4eaf98ff9da09107fb89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 23:33:38 +0000 Subject: [PATCH] build(deps): bump puma from 3.12.6 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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.6...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1abe046..856f127 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'rails', '~> 5.2.2' # 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' # Use Uglifier as compressor for JavaScript assets gem 'uglifier', '>= 1.3.0' # See https://github.com/rails/execjs#readme for more supported runtimes diff --git a/Gemfile.lock b/Gemfile.lock index cc3a224..6b58311 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -210,8 +210,10 @@ GEM activesupport (>= 5.2) popper_js (1.14.7) public_suffix (4.0.6) - puma (3.12.6) - puma (3.12.6-java) + puma (4.3.11) + nio4r (~> 2.0) + puma (4.3.11-java) + nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) racc (1.5.2) @@ -387,7 +389,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pg_search popper_js (~> 1.14.5) - puma (~> 3.12) + puma (~> 4.3) pundit rails (~> 5.2.2) rails_admin (~> 2.0)