From 521fa2b556dfdc9ec9e598ab8550458650664875 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 21:34:56 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 4.3.3 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.3...v4.3.8) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index ba38be7..4ca00fe 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ ruby "2.7.0" gem 'bootsnap', '>= 1.4.2', require: false gem 'mechanize' gem 'pg', '>= 0.18', '< 2.0' -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' gem 'rack-cors' gem 'rails', '~> 6.0.2', '>= 6.0.2.2' gem 'redis', '~> 4.0' diff --git a/Gemfile.lock b/Gemfile.lock index a659414..4bdebca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,9 +66,9 @@ GEM msgpack (~> 1.0) builder (3.2.4) byebug (11.1.1) - chronic (0.10.2) case_transform (0.2) activesupport + chronic (0.10.2) coderay (1.1.2) concurrent-ruby (1.1.6) connection_pool (2.2.2) @@ -129,7 +129,9 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -137,7 +139,7 @@ GEM net-http-digest_auth (1.4.1) net-http-persistent (3.1.0) connection_pool (~> 2.2) - nio4r (2.5.2) + nio4r (2.5.7) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) ntlm-http (0.1.1) @@ -148,7 +150,7 @@ GEM pry (0.13.0) coderay (~> 1.1) method_source (~> 1.0) - puma (4.3.3) + puma (4.3.8) nio4r (~> 2.0) rack (2.2.2) rack-cors (1.1.1) @@ -265,7 +267,7 @@ DEPENDENCIES mechanize pg (>= 0.18, < 2.0) pry - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.2, >= 6.0.2.2) redis (~> 4.0)