From 93cce9c20aa009196aeb7d1301b02d3bf877e9f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:45:52 +0000 Subject: [PATCH] Bump puma from 3.8.2 to 4.3.11 in /back-end Bumps [puma](https://github.com/puma/puma) from 3.8.2 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.8.2...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back-end/Gemfile | 2 +- back-end/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/back-end/Gemfile b/back-end/Gemfile index 551135a..74e04a5 100644 --- a/back-end/Gemfile +++ b/back-end/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.2' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/back-end/Gemfile.lock b/back-end/Gemfile.lock index b464141..414eae9 100644 --- a/back-end/Gemfile.lock +++ b/back-end/Gemfile.lock @@ -75,7 +75,8 @@ GEM mini_portile2 (~> 2.4.0) nokogiri (1.10.5-x86-mingw32) mini_portile2 (~> 2.4.0) - puma (3.8.2) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.1) rack-cors (1.0.5) rack (>= 1.6.0) @@ -140,7 +141,7 @@ DEPENDENCIES aws-ses (~> 0.4.4) bcrypt (~> 3.1.7) byebug - puma (~> 3.0) + puma (~> 4.3) rack-cors rails (~> 5.0.2) sqlite3