From acf63b2d3145502375e1b8d04cd40cd180502508 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Dec 2021 20:55:54 +0000 Subject: [PATCH] Bump puma from 5.3.1 to 5.5.1 Bumps [puma](https://github.com/puma/puma) from 5.3.1 to 5.5.1. - [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.3.1...v5.5.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d67a4790e..2b422ca9c 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'faker', '2.11.0' gem 'will_paginate', '3.3.0' gem 'bootstrap-will_paginate', '1.0.0' gem 'bootstrap-sass', '3.4.1' -gem 'puma', '5.3.1' +gem 'puma', '5.5.1' gem 'sass-rails', '6.0.0' gem 'webpacker', '5.4.0' gem 'turbolinks', '5.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index a01c2d47c..e85a07245 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,6 +159,8 @@ GEM nio4r (2.5.8) nokogiri (1.12.5-x86_64-darwin) racc (~> 1.4) + nokogiri (1.12.5-x86_64-linux) + racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) @@ -167,7 +169,7 @@ GEM coderay (~> 1.1) method_source (~> 1.0) public_suffix (4.0.6) - puma (5.3.1) + puma (5.5.1) nio4r (~> 2.0) racc (1.6.0) rack (2.2.3) @@ -271,6 +273,7 @@ GEM PLATFORMS x86_64-darwin-19 + x86_64-linux DEPENDENCIES active_storage_validations (= 0.8.9) @@ -291,7 +294,7 @@ DEPENDENCIES minitest (= 5.11.3) minitest-reporters (= 1.3.8) pg (= 1.2.3) - puma (= 5.3.1) + puma (= 5.5.1) rack-mini-profiler (= 2.3.1) rails (= 6.1.4.1) rails-controller-testing (= 1.0.5)