From f4a3c24c5ecd46327c5a396bdb3bdb36e5ba5a89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:42:35 +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 | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 909488f..f518ff7 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ git_source(:github) do |repo_name| end gem 'rails', '~> 5.1.0' -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' gem 'sass-rails' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails' diff --git a/Gemfile.lock b/Gemfile.lock index 0e71f8b..a8bbf67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -135,7 +135,8 @@ GEM pry-state (0.1.8) pry (>= 0.9.10, < 0.11.0) public_suffix (2.0.5) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.3) rack-test (0.6.3) rack (>= 1.0) @@ -255,7 +256,7 @@ DEPENDENCIES pry-highlight pry-rails pry-state - puma (~> 3.12) + puma (~> 4.3) rails (~> 5.1.0) rserve-client rspec-rails