From 7240712c80dd9218ec29f04602cbdde4bbcfe59a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 20:24:24 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index d7d99ed..830f56a 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ end gem 'rails', '~> 5.0.5' gem 'sqlite3' -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' gem 'sass-rails', '~> 5.0' gem 'simple_form', '~> 3.5' gem 'bootstrap-sass', '~> 3.3', '>= 3.3.6' diff --git a/Gemfile.lock b/Gemfile.lock index ff77988..383e7b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM cocaine (~> 0.5.5) mime-types mimemagic (= 0.3.0) - puma (3.10.0) + puma (3.12.3) rack (2.0.3) rack-test (0.6.3) rack (>= 1.0) @@ -199,7 +199,7 @@ DEPENDENCIES jquery-rails listen (~> 3.0.5) paperclip (~> 4.3, >= 4.3.6) - puma (~> 3.0) + puma (~> 3.12) rails (~> 5.0.5) sass-rails (~> 5.0) simple_form (~> 3.5)