From 1561ee6b875cabbeb8e69e76f89f6fefafefd694 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:27:22 +0000 Subject: [PATCH] Bump puma from 4.3.5 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 4.3.5 to 5.6.4. - [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/v4.3.5...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 758eacd..1730b87 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.1' gem 'sqlite3' #gem 'pg' gem 'ransack' -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 5c009b7..7da65bd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -139,7 +139,7 @@ GEM minitest (5.14.1) multi_json (1.12.2) nested_form (0.3.2) - nio4r (2.1.0) + nio4r (2.3.1) nokogiri (1.9.1) mini_portile2 (~> 2.4.0) nokogiri (1.9.1-x86-mingw32) @@ -154,7 +154,7 @@ GEM prawn-table (0.2.2) prawn (>= 1.3.0, < 3.0.0) public_suffix (3.0.0) - puma (4.3.5) + puma (5.6.4) nio4r (~> 2.0) rack (2.1.3) rack-contrib (1.2.0) @@ -286,7 +286,7 @@ DEPENDENCIES nested_form prawn (~> 2.2, >= 2.2.2) prawn-table (~> 0.2.2) - puma (~> 4.3) + puma (~> 5.6) rails (~> 5.1.1) rails_admin (~> 1.2) rails_admin-i18n (~> 1.11, >= 1.11.2)