From 4bdb361f740d5d5da350dd2c6a931d42f6d6149c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 20:25:53 +0000 Subject: [PATCH] Bump puma from 3.12.4 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.12.4 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.4...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 625a983..c466739 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 5.1.3' # 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/Gemfile.lock b/Gemfile.lock index d54e24d..67eb352 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -55,6 +55,7 @@ GEM railties (>= 3.2, < 6.1) erubi (1.9.0) execjs (2.7.0) + ffi (1.12.2) ffi (1.12.2-x86-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) @@ -72,10 +73,14 @@ GEM mini_portile2 (2.4.0) minitest (5.14.0) nio4r (2.5.2) + nokogiri (1.10.9) + mini_portile2 (~> 2.4.0) nokogiri (1.10.9-x86-mingw32) mini_portile2 (~> 2.4.0) + pg (0.19.0) pg (0.19.0-x86-mingw32) - puma (3.12.4) + puma (4.3.8) + nio4r (~> 2.0) rack (2.2.2) rack-proxy (0.6.5) rack @@ -98,6 +103,11 @@ GEM nokogiri (>= 1.6) rails-html-sanitizer (1.3.0) loofah (~> 2.3) + rails_12factor (0.0.3) + rails_serve_static_assets + rails_stdout_logging + rails_serve_static_assets (0.0.5) + rails_stdout_logging (0.0.5) railties (5.1.7) actionpack (= 5.1.7) activesupport (= 5.1.7) @@ -158,6 +168,7 @@ GEM websocket-extensions (0.1.4) PLATFORMS + ruby x86-mingw32 DEPENDENCIES @@ -165,8 +176,9 @@ DEPENDENCIES dotenv-rails jbuilder (~> 2.5) pg (~> 0.18) - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.3) + rails_12factor react-rails sass-rails (~> 5.0) turbolinks (~> 5)