From 7e5212019573cf6526567128042ae388b8ac02c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:54:40 +0000 Subject: [PATCH] Bump puma from 3.11.0 to 4.3.12 in /test/apps/rails5.2 Bumps [puma](https://github.com/puma/puma) from 3.11.0 to 4.3.12. - [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.11.0...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/apps/rails5.2/Gemfile | 2 +- test/apps/rails5.2/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/apps/rails5.2/Gemfile b/test/apps/rails5.2/Gemfile index f65c285c8e..a4d4b35469 100644 --- a/test/apps/rails5.2/Gemfile +++ b/test/apps/rails5.2/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.0.beta2' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/test/apps/rails5.2/Gemfile.lock b/test/apps/rails5.2/Gemfile.lock index 087073bbd3..f094a83dfd 100644 --- a/test/apps/rails5.2/Gemfile.lock +++ b/test/apps/rails5.2/Gemfile.lock @@ -102,7 +102,8 @@ GEM nokogiri (1.8.1) mini_portile2 (~> 2.3.0) public_suffix (3.0.1) - puma (3.11.0) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.3) rack-test (0.8.2) rack (>= 1.0, < 3) @@ -195,7 +196,7 @@ DEPENDENCIES coffee-rails (~> 4.2) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) - puma (~> 3.11) + puma (~> 4.3) rails (~> 5.2.0.beta2) sass-rails (~> 5.0) selenium-webdriver