From 8bd1e8f9b1659fbbc0775b960e7901ff3d818642 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 21:15:35 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.12.2 to 3.12.4. - [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.2...v3.12.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index cfec9ad..6e68f8b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.4', '>= 5.2.4.1' # Use sqlite3 as the database for Active Record # 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 c3f86c3..80d8ed3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,6 +77,7 @@ GEM duktape (2.3.0.0) erubi (1.9.0) execjs (2.7.0) + ffi (1.12.2) ffi (1.12.2-x64-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) @@ -97,10 +98,14 @@ GEM mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) + msgpack (1.3.3) msgpack (1.3.3-x64-mingw32) nio4r (2.5.2) + nokogiri (1.10.8) + mini_portile2 (~> 2.4.0) nokogiri (1.10.8-x64-mingw32) mini_portile2 (~> 2.4.0) + pg (1.2.2) pg (1.2.2-x64-mingw32) pry (0.12.2) coderay (~> 1.1.0) @@ -108,7 +113,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (4.0.3) - puma (3.12.2) + puma (3.12.4) rack (2.2.2) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -188,6 +193,7 @@ GEM nokogiri (~> 1.8) PLATFORMS + ruby x64-mingw32 DEPENDENCIES @@ -200,7 +206,7 @@ DEPENDENCIES jbuilder (~> 2.5) pg pry-rails - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.4, >= 5.2.4.1) sass-rails (~> 5.0) selenium-webdriver