From b7bb93660128bffee7d6b31a06f59dbbed969bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2020 10:42:11 +0000 Subject: [PATCH] Bump puma from 3.8.2 to 4.3.4 in /examples/todo-vuejs Bumps [puma](https://github.com/puma/puma) from 3.8.2 to 4.3.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.8.2...v4.3.4) Signed-off-by: dependabot[bot] --- examples/todo-vuejs/Gemfile | 2 +- examples/todo-vuejs/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/examples/todo-vuejs/Gemfile b/examples/todo-vuejs/Gemfile index 150d760..e0946ca 100644 --- a/examples/todo-vuejs/Gemfile +++ b/examples/todo-vuejs/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 5.1' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/examples/todo-vuejs/Gemfile.lock b/examples/todo-vuejs/Gemfile.lock index 664ca1b..f7de33c 100644 --- a/examples/todo-vuejs/Gemfile.lock +++ b/examples/todo-vuejs/Gemfile.lock @@ -101,7 +101,8 @@ GEM pry-byebug (3.4.2) byebug (~> 9.0) pry (~> 0.10) - puma (3.8.2) + puma (4.3.4) + nio4r (~> 2.0) rack (2.0.1) rack-test (0.6.3) rack (>= 1.0) @@ -183,7 +184,7 @@ DEPENDENCIES jquery-rails listen (~> 3.0.5) pry-byebug - puma (~> 3.0) + puma (~> 4.3) rails (~> 5.1) redis sass-rails (~> 5.0)