From 8149005e435929a331bacf022620fb085b1c2e1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 16:26:31 +0000 Subject: [PATCH] Bump puma from 3.11.2 to 5.6.8 in /fixtures/rails51_webpacker Bumps [puma](https://github.com/puma/puma) from 3.11.2 to 5.6.8. - [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.2...v5.6.8) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fixtures/rails51_webpacker/Gemfile | 2 +- fixtures/rails51_webpacker/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fixtures/rails51_webpacker/Gemfile b/fixtures/rails51_webpacker/Gemfile index 3c97c8659..64e504c02 100644 --- a/fixtures/rails51_webpacker/Gemfile +++ b/fixtures/rails51_webpacker/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', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/fixtures/rails51_webpacker/Gemfile.lock b/fixtures/rails51_webpacker/Gemfile.lock index f63297c9a..c8bbcc245 100644 --- a/fixtures/rails51_webpacker/Gemfile.lock +++ b/fixtures/rails51_webpacker/Gemfile.lock @@ -90,7 +90,8 @@ GEM nokogiri (1.8.1) mini_portile2 (~> 2.3.0) public_suffix (3.0.1) - puma (3.11.2) + puma (5.6.8) + nio4r (~> 2.0) rack (2.0.3) rack-proxy (0.6.3) rack @@ -186,7 +187,7 @@ DEPENDENCIES coffee-rails (~> 4.2) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) - puma (~> 3.7) + puma (~> 5.6) rails (~> 5.1.4) sass-rails (~> 5.0) selenium-webdriver