From 31cbe6e07f7938ed20408ca42e598e3dcc7b751f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:00:53 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 4.3.11 Bumps [puma](https://github.com/puma/puma) from 3.12.1 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.1...v4.3.11) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 8ba8460..3b02ce6 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' gem 'rails', '5.2.3' gem 'pg', '~> 0.18' -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' gem 'rack-cors' gem 'redis-rails' gem 'sucker_punch', '~> 2.0' diff --git a/Gemfile.lock b/Gemfile.lock index 3f0ce7b..10debcc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -49,7 +49,7 @@ GEM concurrent-ruby (1.1.5) crass (1.0.4) erubi (1.8.0) - ffi (1.11.0) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.6.0) @@ -65,7 +65,9 @@ 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_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.11.3) @@ -73,7 +75,8 @@ GEM nokogiri (1.10.3) mini_portile2 (~> 2.4.0) pg (0.21.0) - puma (3.12.1) + puma (4.3.11) + nio4r (~> 2.0) rack (2.0.7) rack-cors (1.0.3) rack-test (1.1.0) @@ -154,7 +157,7 @@ DEPENDENCIES chipmunk (~> 6.1, >= 6.1.3.4) listen (~> 3.0.5) pg (~> 0.18) - puma (~> 3.0) + puma (~> 4.3) rack-cors rails (= 5.2.3) redis-rails