From f586d160ff44c55082cb0cf3a52057baa0910067 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Oct 2020 13:27:13 +0000 Subject: [PATCH] Bump puma from 2.15.3 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 2.15.3 to 3.12.6. - [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...v3.12.6) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 4f1df5d8..1167dd5f 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ group :development do end group :production do - gem 'puma', '~> 2.0' + gem 'puma', '~> 3.12' end gem 'sinatra', '~> 1.4.2' diff --git a/Gemfile.lock b/Gemfile.lock index c098d897..14d5745f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -24,7 +24,7 @@ GEM liquid (2.3.0) maruku (0.7.2) posix-spawn (0.3.9) - puma (2.15.3) + puma (3.12.6) pygments.rb (0.3.7) posix-spawn (~> 0.3.6) yajl-ruby (~> 1.1.0) @@ -55,7 +55,7 @@ DEPENDENCIES haml (~> 3.1.7) jekyll (~> 0.12) liquid (~> 2.3.0) - puma (~> 2.0) + puma (~> 3.12) pygments.rb (~> 0.3.4) rake rb-fsevent (~> 0.9)