From 4e0d8f6f8278ae46fd15f67d89e7e335e4068f35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:59:30 +0000 Subject: [PATCH] Bump puma from 3.8.2 to 5.6.4 in /examples/todo-vuejs Bumps [puma](https://github.com/puma/puma) from 3.8.2 to 5.6.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...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... 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..9c1b684 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', '~> 5.6' # 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..de2e736 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 (5.6.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 (~> 5.6) rails (~> 5.1) redis sass-rails (~> 5.0)