From efe4d6c1d9088b6d796c02bf30ecb56f65e34324 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 18:08:41 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 4.3.8 in /real/memento/notetaker Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 4.3.8. - [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.0...v4.3.8) Signed-off-by: dependabot[bot] --- real/memento/notetaker/Gemfile | 2 +- real/memento/notetaker/Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/real/memento/notetaker/Gemfile b/real/memento/notetaker/Gemfile index 1c1fa6fa..9e3cc6ac 100644 --- a/real/memento/notetaker/Gemfile +++ b/real/memento/notetaker/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 5.2.0' # Use postgresql as the database for Active Record gem 'pg', '~> 1.1.0' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/real/memento/notetaker/Gemfile.lock b/real/memento/notetaker/Gemfile.lock index e1261587..fd9ad998 100644 --- a/real/memento/notetaker/Gemfile.lock +++ b/real/memento/notetaker/Gemfile.lock @@ -76,7 +76,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.0) - mimemagic (0.3.2) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.3.0) minitest (5.11.3) @@ -85,7 +87,8 @@ GEM nokogiri (1.8.5) mini_portile2 (~> 2.3.0) pg (1.1.3) - puma (3.12.0) + puma (4.3.8) + nio4r (~> 2.0) rack (2.0.5) rack-cors (1.0.2) rack-test (1.1.0) @@ -170,7 +173,7 @@ DEPENDENCIES jwt listen (~> 3.1.0) pg (~> 1.1.0) - puma (~> 3.0) + puma (~> 4.3) rack-cors rails (~> 5.2.0) sass-rails (~> 5.0)