From 212d6e4101a486a45b3de44a2178725c0d6682e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:55:05 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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/v3.12.6...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, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 1f70094..50a3045 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ git_source(:github) do |repo_name| end gem 'rails', '~> 5.2.2' gem 'sqlite3' -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'jquery-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 2308e15..c73e990 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -261,7 +261,8 @@ GEM binding_of_caller (~> 0.7) pry (~> 0.13) public_suffix (4.0.6) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -421,6 +422,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES acme-client @@ -463,7 +465,7 @@ DEPENDENCIES pry-rails pry-rescue pry-stack_explorer - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.2.2) rails-settings-cached rails_sortable