From 168ef2cba32e2fd9a58048c9d3af0378cc875926 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 18:54:59 +0000 Subject: [PATCH] Bump puma from 3.10.0 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 3.10.0 to 3.12.3. - [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.10.0...v3.12.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 4f4bd27..7ae1ba9 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ group :test do end group :web, :development do - gem 'puma', '~> 3.10.0' + gem 'puma', '~> 3.12.3' gem 'sinatra', '~> 2.0.2', :require => 'sinatra/base' gem 'rack-protection', '~> 2.0.0' end diff --git a/Gemfile.lock b/Gemfile.lock index f744730..5075598 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -82,8 +82,8 @@ GEM method_source (~> 0.8) slop (~> 3.4) spoon (~> 0.0) - puma (3.10.0) - puma (3.10.0-java) + puma (3.12.3) + puma (3.12.3-java) rack (2.0.6) rack-protection (2.0.4) rack @@ -169,7 +169,7 @@ DEPENDENCIES foreman leanback (~> 0.5.14) pry - puma (~> 3.10.0) + puma (~> 3.12.3) rack (>= 2.0.6) rack-protection (~> 2.0.0) rack-test