From 1ce1faa815fc6cd7ebec8fc7b51f9a6f640f87e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:23:01 +0000 Subject: [PATCH] Bump puma from 3.11.4 to 4.3.11 in /projects/bench_bnb_redux/solution 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] --- projects/bench_bnb_redux/solution/Gemfile | 2 +- projects/bench_bnb_redux/solution/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/projects/bench_bnb_redux/solution/Gemfile b/projects/bench_bnb_redux/solution/Gemfile index bf090805..9d6becc7 100644 --- a/projects/bench_bnb_redux/solution/Gemfile +++ b/projects/bench_bnb_redux/solution/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.2' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/projects/bench_bnb_redux/solution/Gemfile.lock b/projects/bench_bnb_redux/solution/Gemfile.lock index 2e04aec9..5153ced0 100644 --- a/projects/bench_bnb_redux/solution/Gemfile.lock +++ b/projects/bench_bnb_redux/solution/Gemfile.lock @@ -109,7 +109,8 @@ GEM pry-rails (0.3.6) pry (>= 0.10.4) public_suffix (3.0.2) - puma (3.11.4) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.4) rack-test (1.0.0) rack (>= 1.0, < 3) @@ -201,7 +202,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg (~> 0.18) pry-rails - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.2) sass-rails (~> 5.0) selenium-webdriver