From 46f57313b16b00aa19a5318a2e4efa68384c3446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 17:14:11 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 4.3.5 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/v4.3.5...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c1a3b10..def0128 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'devise', '4.7.1' gem 'image_processing', '1.10.0' gem 'jbuilder', '2.9.1' gem 'pg', '1.1.4' -gem 'puma', '4.3.5' +gem 'puma', '4.3.8' gem 'redis', '4.1.3' gem 'sassc-rails', '2.1.2' gem 'sidekiq', '6.0.4' diff --git a/Gemfile.lock b/Gemfile.lock index 6c6c39c..6dc6eac 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -120,20 +120,22 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.9.5) mini_mime (1.0.2) mini_portile2 (2.5.0) minitest (5.13.0) msgpack (1.3.1) - nio4r (2.5.4) + nio4r (2.5.7) nokogiri (1.11.1) mini_portile2 (~> 2.5.0) racc (~> 1.4) orm_adapter (0.5.0) pg (1.1.4) public_suffix (4.0.1) - puma (4.3.5) + puma (4.3.8) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -263,7 +265,7 @@ DEPENDENCIES letter_opener_web (= 1.3.4) listen (= 3.1.5) pg (= 1.1.4) - puma (= 4.3.5) + puma (= 4.3.8) rails (~> 6.0.2, >= 6.0.2.1) redis (= 4.1.3) sassc-rails (= 2.1.2)