From 83d26cfacc64e9dbb64b75480cf0dd1951c9fdcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:24:59 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 4.3.12. - [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.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index c1a3b10..7d48b1c 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.12' 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..faa81b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -126,14 +126,14 @@ GEM mini_portile2 (2.5.0) minitest (5.13.0) msgpack (1.3.1) - nio4r (2.5.4) + nio4r (2.5.8) 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.12) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -263,7 +263,7 @@ DEPENDENCIES letter_opener_web (= 1.3.4) listen (= 3.1.5) pg (= 1.1.4) - puma (= 4.3.5) + puma (= 4.3.12) rails (~> 6.0.2, >= 6.0.2.1) redis (= 4.1.3) sassc-rails (= 2.1.2)