From 71c846da770692bf7e2abfa59bc74eb79f063dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:41:53 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 3.12.2 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.2...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 69b9cd0..41ef586 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ ruby "2.6.3" gem 'rails', '~> 5.1.6' # A Ruby/Rack web server built for concurrency -gem 'puma', '~> 3.12' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index f6f9538..32a5de3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -163,7 +163,8 @@ GEM mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) popper_js (1.14.5) - puma (3.12.2) + puma (4.3.12) + nio4r (~> 2.0) pundit (1.1.0) activesupport (>= 3.0.0) rack (2.0.8) @@ -304,7 +305,7 @@ DEPENDENCIES mongoid-history (= 0.8.1) mongoid-rspec (= 4.0.1) nokogiri (~> 1.10.8) - puma (~> 3.12) + puma (~> 4.3) pundit (= 1.1.0) rails (~> 5.1.6) rspec-rails (= 3.7.2)