From d61b97889e0585293fb008afa0e94f5cb037053c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:18:06 +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 f52586b..26cef99 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby '2.6.5' gem 'coffee-rails', '~> 4.2' gem 'jbuilder', '~> 2.5' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'rails', '~> 5.2.4', '>= 5.2.4.2' gem 'sass-rails', '~> 5.0' gem 'turbolinks', '~> 5' diff --git a/Gemfile.lock b/Gemfile.lock index f007a16..1e065d2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -133,7 +133,8 @@ GEM pg (0.20.0) popper_js (1.16.0) public_suffix (4.0.5) - puma (3.12.6) + puma (4.3.12) + nio4r (~> 2.0) rack (2.2.3) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -271,7 +272,7 @@ DEPENDENCIES jsonapi-rb (~> 0.5.0) listen (>= 3.0.5, < 3.2) pg (= 0.20.0) - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.4, >= 5.2.4.2) rails-controller-testing rspec-rails (~> 4.0)