From a7078e395fa62dd5fc2497ab162065ec47ad7b6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Mar 2021 18:57:53 +0000 Subject: [PATCH] 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. - [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.0...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 eff97b6..0b6625d 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.1' # 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' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker gem 'webpacker' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder diff --git a/Gemfile.lock b/Gemfile.lock index 6d40bf7..bca69d7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM mini_portile2 (~> 2.5.0) racc (~> 1.4) pg (1.1.4) - puma (3.12.0) + puma (3.12.6) racc (1.5.2) rack (2.0.6) rack-proxy (0.6.5) @@ -187,7 +187,7 @@ DEPENDENCIES jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) pg (>= 0.18, < 2.0) - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.1) rspec-rails (~> 3.5) shoulda-matchers (~> 3.1)