From e13c2e2def72170ee68040e2ba3f7789ac9a1e5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:15:35 +0000 Subject: [PATCH] Bump puma from 3.12.3 to 4.3.11 in /schedules Bumps [puma](https://github.com/puma/puma) from 3.12.3 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.3...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- schedules/Gemfile | 2 +- schedules/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/schedules/Gemfile b/schedules/Gemfile index 1378995..4d8af49 100644 --- a/schedules/Gemfile +++ b/schedules/Gemfile @@ -9,7 +9,7 @@ end gem 'rails', '~> 6.0' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails' diff --git a/schedules/Gemfile.lock b/schedules/Gemfile.lock index daf756d..861660d 100644 --- a/schedules/Gemfile.lock +++ b/schedules/Gemfile.lock @@ -126,7 +126,8 @@ GEM pry (~> 0.11) yard (~> 0.9.11) public_suffix (4.0.1) - puma (3.12.3) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.7) rack-cors (1.1.0) rack (>= 2.0.0) @@ -256,7 +257,7 @@ DEPENDENCIES nokogiri pry pry-doc - puma (~> 3.12) + puma (~> 4.3) rack-cors rails (~> 6.0) rubocop (~> 0.58.2)