From cb4cf35a65180574771384d9424679037952f78f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:19:35 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 5.6.2. - [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...v5.6.2) --- 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..0d30946 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', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index f6f9538..0152048 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 (5.6.2) + 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 (~> 5.6) pundit (= 1.1.0) rails (~> 5.1.6) rspec-rails (= 3.7.2)