From 5ff73c54ebc487ad0d7267278189024f98c01631 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Mar 2021 06:46:27 +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 9e40933..1adde5c 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3' # Use postgresql as the database for Active Record gem 'pg', '>= 0.18', '< 2.0' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 3.12' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 0252619..b1bc4f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,7 +84,7 @@ GEM mini_portile2 (~> 2.4.0) pg (1.1.4) pg (1.1.4-x64-mingw32) - puma (3.12.1) + puma (3.12.6) rack (2.2.3) rack-cors (1.0.3) rack-test (1.1.0) @@ -141,7 +141,7 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rack-cors rails (~> 5.2.3) tzinfo-data