From 7e646217ced7e2ed0c8446a3f76e1d5d52584ec3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 09:17:27 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 3.12.2 in /Ruby/rails/demo Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 3.12.2. - [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.2) Signed-off-by: dependabot[bot] --- Ruby/rails/demo/Gemfile | 2 +- Ruby/rails/demo/Gemfile.lock | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Ruby/rails/demo/Gemfile b/Ruby/rails/demo/Gemfile index 78d5cd9..f027700 100644 --- a/Ruby/rails/demo/Gemfile +++ b/Ruby/rails/demo/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.2' # Use sqlite3 as the database for Active Record gem 'sqlite3' # 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/Ruby/rails/demo/Gemfile.lock b/Ruby/rails/demo/Gemfile.lock index 24d5573..c8b407c 100644 --- a/Ruby/rails/demo/Gemfile.lock +++ b/Ruby/rails/demo/Gemfile.lock @@ -77,6 +77,7 @@ GEM duktape (2.0.1.0) erubi (1.7.1) execjs (2.7.0) + ffi (1.9.25) ffi (1.9.25-x64-mingw32) globalid (0.4.1) activesupport (>= 4.2.0) @@ -98,13 +99,16 @@ GEM mini_mime (1.0.1) mini_portile2 (2.3.0) minitest (5.11.3) + msgpack (1.2.4) msgpack (1.2.4-x64-mingw32) multi_json (1.13.1) nio4r (2.3.1) + nokogiri (1.8.5) + mini_portile2 (~> 2.3.0) nokogiri (1.8.5-x64-mingw32) mini_portile2 (~> 2.3.0) public_suffix (3.0.3) - puma (3.12.0) + puma (3.12.2) rack (2.0.6) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -159,6 +163,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + sqlite3 (1.3.13) sqlite3 (1.3.13-x64-mingw32) thor (0.20.3) thread_safe (0.3.6) @@ -184,6 +189,7 @@ GEM nokogiri (~> 1.8) PLATFORMS + ruby x64-mingw32 DEPENDENCIES @@ -194,7 +200,7 @@ DEPENDENCIES coffee-rails (~> 4.2) duktape jbuilder (~> 2.5) - puma (~> 3.11) + puma (~> 3.12) rails (~> 5.2.2) sass-rails (~> 5.0) selenium-webdriver