From 4299f4ce3b73439e4c957aa5d4faeb57d81c566b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 17:03:56 +0000 Subject: [PATCH] Bump puma from 3.11.3 to 3.12.3 Bumps [puma](https://github.com/puma/puma) from 3.11.3 to 3.12.3. - [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.11.3...v3.12.3) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cd13f02..7ecedc2 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 5.1.0' # thinking-sphinx, as Sphinx uses the MySQL protocol gem 'mysql2' # Use Puma as the app server -gem 'puma', '~> 3.0' +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 c17d804..a3e1f0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -162,7 +162,7 @@ GEM ast (~> 2.4.0) popper_js (1.12.9) powerpack (0.1.1) - puma (3.11.3) + puma (3.12.3) rabl-rails (0.5.2) activesupport (>= 4.2) concurrent-ruby (~> 1.0.0) @@ -311,7 +311,7 @@ DEPENDENCIES memory_profiler mysql2 net-ldap - puma (~> 3.0) + puma (~> 3.12) rabl-rails rack-mini-profiler rails (~> 5.1.0)