From bb5dbcbada21223b4d39f7b13b4e61d2ce95677f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2020 06:09:44 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 4.3.5 in /gpdb-doc/book Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 4.3.5. - [Release notes](https://github.com/puma/puma/releases) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/commits) Signed-off-by: dependabot[bot] --- gpdb-doc/book/Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/gpdb-doc/book/Gemfile.lock b/gpdb-doc/book/Gemfile.lock index 592410b125..78a133ba51 100644 --- a/gpdb-doc/book/Gemfile.lock +++ b/gpdb-doc/book/Gemfile.lock @@ -152,11 +152,12 @@ GEM middleman-syntax (2.1.0) middleman-core (>= 3.2) rouge (~> 1.0) - mini_portile2 (2.3.0) + mini_portile2 (2.4.0) minitest (5.11.3) multi_json (1.13.1) multipart-post (2.0.0) - nokogiri (1.10.8) + nio4r (2.5.2) + nokogiri (1.10.9) mini_portile2 (~> 2.4.0) padrino-helpers (0.13.3.4) i18n (~> 0.6, >= 0.6.7) @@ -166,7 +167,8 @@ GEM activesupport (>= 3.1) parallel (1.13.0) public_suffix (3.0.3) - puma (3.12.0) + puma (4.3.5) + nio4r (~> 2.0) rack (1.6.11) rack-livereload (0.3.17) rack -- GitLab