From a94e1c23edb1c07253f1fc973e75bd276328a911 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 01:19:06 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 3.12.3 in /extend-rails Bumps [puma](https://github.com/puma/puma) from 3.12.0 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.12.0...v3.12.3) Signed-off-by: dependabot[bot] --- extend-rails/Gemfile | 2 +- extend-rails/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extend-rails/Gemfile b/extend-rails/Gemfile index 8af0a68..39a4de1 100644 --- a/extend-rails/Gemfile +++ b/extend-rails/Gemfile @@ -25,7 +25,7 @@ gem 'redis' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 3.12' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/extend-rails/Gemfile.lock b/extend-rails/Gemfile.lock index 87881c7..7c7c6b6 100644 --- a/extend-rails/Gemfile.lock +++ b/extend-rails/Gemfile.lock @@ -134,7 +134,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (3.0.3) - puma (3.12.0) + puma (3.12.3) rack (2.0.6) rack-proxy (0.6.5) rack @@ -248,7 +248,7 @@ DEPENDENCIES pry pry-byebug pry-rails - puma (~> 3.7) + puma (~> 3.12) rails (~> 5.1.4) rb-readline redis