From 142eb16dbba01bd387e83396b8dd4e90d8a51077 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 14:15:39 +0000 Subject: [PATCH] Bump puma from 3.4.0 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.4.0 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/v3.4.0...v3.12.6) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3abfcbf..7260da8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '5.0.0' # Use Puma as the app server -gem 'puma', '3.4.0' +gem 'puma', '3.12.6' # Use SCSS for stylesheets gem 'sass-rails', '5.0.6' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index aeb043e..1bd560f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,7 +99,9 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.13.0) @@ -116,7 +118,7 @@ GEM mimemagic (~> 0.3.0) terrapin (~> 0.6.0) pg (0.18.4) - puma (3.4.0) + puma (3.12.6) rack (2.0.6) rack-test (0.6.3) rack (>= 1.0) @@ -223,7 +225,7 @@ DEPENDENCIES nokogiri (>= 1.8.2) paperclip (~> 6.0.0) pg (= 0.18.4) - puma (= 3.4.0) + puma (= 3.12.6) rack (>= 2.0.6) rails (= 5.0.0) rails-html-sanitizer (>= 1.0.4)