From 81b0f4c02e886bf430f25b975efdf055e33f0974 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 02:16:05 +0000 Subject: [PATCH] [Security] Bump puma from 3.11.2 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 3.11.2 to 3.12.3. **This update includes security fixes.** - [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.11.2...v3.12.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b747855..5e18bbc 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ gem 'rails', '~> 5.1', '>= 5.1.4' gem 'sqlite3', group: :development gem 'pg', '= 0.19.0', group: :production # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 8fc0de8..36cc104 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -134,7 +134,7 @@ GEM ttfunk (~> 1.5) prawn-table (0.2.2) prawn (>= 1.3.0, < 3.0.0) - puma (3.11.2) + puma (3.12.3) rack (2.0.3) rack-protection (2.0.0) rack @@ -284,7 +284,7 @@ DEPENDENCIES pg (= 0.19.0) prawn prawn-table - puma (~> 3.0) + puma (~> 3.12) rails (~> 5.1, >= 5.1.4) rails_12factor rspec-rails (~> 3.5)