From 87e275d1286b5ac6b60744630730e0bf9f0f90df Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 12 Sep 2020 03:42:56 +0000 Subject: [PATCH] [Security] Bump puma from 3.12.0 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.6. **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/commits) 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 2105e4d..7729857 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'rails', '~> 6.0.2.1' # Use postgresql as the database for Active Record gem 'pg', '~> 0.18' # Use Puma as the app server -gem 'puma', '~> 3.7' +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 2458097..e9ca60e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM mini_portile2 (~> 2.4.0) pg (0.21.0) public_suffix (4.0.3) - puma (3.12.2) + puma (3.12.6) rack (2.0.8) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -291,7 +291,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) mailgun-ruby pg (~> 0.18) - puma (~> 3.7) + puma (~> 3.12) rails (~> 6.0.2.1) rails-controller-testing rest-client