From 5c643e958e27b11a89f87294f57ce6fb0449acca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:13:16 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 4.3.11 in /Rails/forum Bumps [puma](https://github.com/puma/puma) from 3.11.4 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.11.4...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Rails/forum/Gemfile | 2 +- Rails/forum/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Rails/forum/Gemfile b/Rails/forum/Gemfile index 992e099..ee36c82 100644 --- a/Rails/forum/Gemfile +++ b/Rails/forum/Gemfile @@ -14,7 +14,7 @@ gem 'rails', '~> 5.1.4' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' gem 'bootstrap-sass' diff --git a/Rails/forum/Gemfile.lock b/Rails/forum/Gemfile.lock index 4ef7ace..602fb12 100644 --- a/Rails/forum/Gemfile.lock +++ b/Rails/forum/Gemfile.lock @@ -95,7 +95,8 @@ GEM nokogiri (1.8.2) mini_portile2 (~> 2.3.0) orm_adapter (0.5.0) - puma (3.11.4) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.5) rack-test (1.0.0) rack (>= 1.0, < 3) @@ -189,7 +190,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (>= 3.0.5, < 3.2) - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.4) sass-rails (~> 5.0) simple_form