From 1eae60ca6f3ed8d15a95e299e0df1ab6ec63680a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 01:10:38 +0000 Subject: [PATCH] Bump puma from 5.3.1 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.3.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.3.1...v5.6.4) --- 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 da8db4609..f7b396238 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,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.6.4' 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 0a8fc3de8..5ddb9eeb8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -159,6 +159,8 @@ GEM nio4r (2.5.8) nokogiri (1.13.6-x86_64-darwin) racc (~> 1.4) + nokogiri (1.13.6-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.7) - puma (5.3.1) + puma (5.6.4) 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.6.4) rack-mini-profiler (= 2.3.1) rails (= 6.1.4.6) rails-controller-testing (= 1.0.5)