From 0e60b5b26450bebcaa9a5cf7c7978565a502a9e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 23:02:57 +0000 Subject: [PATCH] Bump puma from 3.11.0 to 4.3.12 in /test/railsApp 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/railsApp/Gemfile | 2 +- test/railsApp/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/railsApp/Gemfile b/test/railsApp/Gemfile index 13ab512..fa7a78c 100644 --- a/test/railsApp/Gemfile +++ b/test/railsApp/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.1.4' # Use sqlite3 as the database for Active Record gem 'sqlite3' # Use Puma as the app server -gem 'puma', '~> 3.7' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/test/railsApp/Gemfile.lock b/test/railsApp/Gemfile.lock index 8f0d08c..53b8287 100644 --- a/test/railsApp/Gemfile.lock +++ b/test/railsApp/Gemfile.lock @@ -90,7 +90,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) @@ -180,7 +181,7 @@ DEPENDENCIES coffee-rails (~> 4.2) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) - puma (~> 3.7) + puma (~> 4.3) rails (~> 5.1.4) sass-rails (~> 5.0) selenium-webdriver