From 868a0601cbe2b0f3e7223e5db0b140ec4dd519b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:32:38 +0000 Subject: [PATCH] Bump puma from 3.11.2 to 4.3.12 in /docs Bumps [puma](https://github.com/puma/puma) from 3.11.2 to 4.3.12. - [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.11.2...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/Gemfile | 2 +- docs/Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) mode change 100755 => 100644 docs/Gemfile mode change 100755 => 100644 docs/Gemfile.lock diff --git a/docs/Gemfile b/docs/Gemfile old mode 100755 new mode 100644 index 67a07a1..c6165c7 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -10,4 +10,4 @@ gem "middleman-sprockets", "~> 4.1.0" gem 'rouge', '~> 2.0.5' gem 'redcarpet', '~> 3.4.0' gem 'nokogiri', '~> 1.6.8' -gem 'puma', '~> 3.4' +gem 'puma', '~> 4.3' diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock old mode 100755 new mode 100644 index 067bae4..fbe3af3 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -81,6 +81,7 @@ GEM rouge (~> 2.0) mini_portile2 (2.1.0) minitest (5.10.1) + nio4r (2.5.8) nokogiri (1.6.8.1) mini_portile2 (~> 2.1.0) padrino-helpers (0.13.3.3) @@ -91,7 +92,8 @@ GEM activesupport (>= 3.1) parallel (1.10.0) public_suffix (2.0.5) - puma (3.11.2) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.1) rake (11.3.0) rb-fsevent (0.9.8) @@ -121,7 +123,7 @@ DEPENDENCIES middleman-sprockets (~> 4.1.0) middleman-syntax (~> 3.0.0) nokogiri (~> 1.6.8) - puma (~> 3.4) + puma (~> 4.3) rake (~> 11.1) redcarpet (~> 3.4.0) rouge (~> 2.0.5)