From e76bc0284a11cef44fc1661d1c671bb6130046e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:58:51 +0000 Subject: [PATCH] Bump puma from 5.5.1 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.5.1 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/v5.5.1...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6143c04..8249d62 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 5.5' +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 62de0ef..b764bed 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM mini_portile2 (~> 2.4.0) popper_js (1.14.5) public_suffix (4.0.1) - puma (5.5.1) + puma (5.6.4) nio4r (~> 2.0) rack (2.2.3) rack-test (1.1.0) @@ -258,7 +258,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (>= 3.0.5, < 3.2) - puma (~> 5.5) + puma (~> 5.6) rails (~> 5.2.3) rspec-rails (~> 3.4, >= 3.4.2) sass-rails (~> 5.0)