From e799dfa71679239739f6dae9f97e26d14f311892 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:51:08 +0000 Subject: [PATCH] Bump puma from 2.15.3 to 4.3.12 Bumps [puma](https://github.com/puma/puma) from 2.15.3 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/v2.15.3...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4f1df5d8..a62e2927 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :development do end group :production do - gem 'puma', '~> 2.0' + gem 'puma', '~> 4.3' end gem 'sinatra', '~> 1.4.2' diff --git a/Gemfile.lock b/Gemfile.lock index c098d897..26dfaf3d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -23,8 +23,10 @@ GEM kramdown (0.14.2) liquid (2.3.0) maruku (0.7.2) + nio4r (2.5.2) posix-spawn (0.3.9) - puma (2.15.3) + puma (4.3.12) + nio4r (~> 2.0) pygments.rb (0.3.7) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) @@ -55,7 +57,7 @@ DEPENDENCIES haml (~> 3.1.7) jekyll (~> 0.12) liquid (~> 2.3.0) - puma (~> 2.0) + puma (~> 4.3) pygments.rb (~> 0.3.4) rake rb-fsevent (~> 0.9)