From d64986bbff67fc1348c4de8ad5a2898cea5ca0ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Mar 2021 20:32:39 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.6 Bumps [puma](https://github.com/puma/puma) from 3.12.1 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.12.1...v3.12.6) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 65990d4..97552dc 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem 'pg', group: :production gem 'rails_12factor', group: :production # Use Puma as the app server -gem 'puma', '~> 3.11' +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 320e844..a294c92 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GEM activerecord (>= 5.2.1) popper_js (1.14.5) public_suffix (4.0.1) - puma (3.12.1) + puma (3.12.6) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -274,7 +274,7 @@ DEPENDENCIES mini_racer momentjs-rails pg - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.3) rails_12factor ransack