From 3dacd18422cc86b0dd30abea9de56b8dc22aafd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 17:53:08 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 3.12.4 Bumps [puma](https://github.com/puma/puma) from 3.12.1 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.1...v3.12.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index f4a8284..135ef3a 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem 'rails', '~> 5.2.2' gem 'devise' gem 'devise-i18n' # 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 8040369..ae07f22 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,6 +91,7 @@ GEM devise (>= 4.6) erubi (1.8.0) execjs (2.7.0) + ffi (1.11.1) ffi (1.11.1-x64-mingw32) globalid (0.4.2) activesupport (>= 4.2.0) @@ -115,15 +116,19 @@ GEM mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) + msgpack (1.3.1) msgpack (1.3.1-x64-mingw32) nio4r (2.5.1) + nokogiri (1.10.4) + mini_portile2 (~> 2.4.0) nokogiri (1.10.4-x64-mingw32) mini_portile2 (~> 2.4.0) orm_adapter (0.5.0) + pg (1.1.4) pg (1.1.4-x64-mingw32) popper_js (1.14.5) public_suffix (4.0.1) - puma (3.12.1) + puma (3.12.4) rack (2.0.7) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -176,6 +181,8 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) + sassc (2.2.0) + ffi (~> 1.9) sassc (2.2.0-x64-mingw32) ffi (~> 1.9) sassc-rails (2.1.2) @@ -221,6 +228,7 @@ GEM nokogiri (~> 1.8) PLATFORMS + ruby x64-mingw32 DEPENDENCIES @@ -235,7 +243,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails pg - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.2) rails_12factor sass-rails (~> 5.0)