From 9b5b3336835a84086c8f3811b6c3ca60e51cae38 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 15:58:27 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 5.6.9 in /test/sample_apps/rails5_app Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 5.6.9. - [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...v5.6.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test/sample_apps/rails5_app/Gemfile | 2 +- test/sample_apps/rails5_app/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/test/sample_apps/rails5_app/Gemfile b/test/sample_apps/rails5_app/Gemfile index 0cc4b50..0c16a8a 100644 --- a/test/sample_apps/rails5_app/Gemfile +++ b/test/sample_apps/rails5_app/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.7' # 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/test/sample_apps/rails5_app/Gemfile.lock b/test/sample_apps/rails5_app/Gemfile.lock index 8320c1e..eb25c39 100644 --- a/test/sample_apps/rails5_app/Gemfile.lock +++ b/test/sample_apps/rails5_app/Gemfile.lock @@ -81,7 +81,8 @@ GEM nio4r (2.3.1) nokogiri (1.9.1) mini_portile2 (~> 2.4.0) - puma (3.12.0) + puma (5.6.9) + nio4r (~> 2.0) rack (2.0.6) rack-test (0.6.3) rack (>= 1.0) @@ -164,7 +165,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (~> 3.0.5) - puma (~> 3.0) + puma (~> 5.6) rails (~> 5.0.7) sass-rails (~> 5.0) spring