From 553060c05e7dd40890510fd2b0254317a2ce7ec2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:22:22 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 4.3.3 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.3...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 6bb686e..5e2cb4f 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.2.4' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 4.3.3' +gem 'puma', '~> 4.3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.1.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 797db2a..39ac129 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -122,13 +122,13 @@ GEM minitest (5.14.0) multi_xml (0.6.0) netrc (0.11.0) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) pg (0.21.0) popper_js (1.16.0) - puma (4.3.3) + puma (4.3.12) nio4r (~> 2.0) rabl (0.13.1) activesupport (>= 2.3.14) @@ -255,7 +255,7 @@ DEPENDENCIES listen (~> 3.0.5) mini_magick (~> 4.10.1) pg (~> 0.18) - puma (~> 4.3.3) + puma (~> 4.3.12) rabl (~> 0.13.1) rails (~> 5.2.4) rest-client (~> 2.1)