From f852501d781210c78e6f160082d951dfdbff19c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:40:51 +0000 Subject: [PATCH] Bump puma from 3.9.1 to 5.6.8 in /fixtures/rails5 Bumps [puma](https://github.com/puma/puma) from 3.9.1 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.9.1...v5.6.8) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fixtures/rails5/Gemfile | 2 +- fixtures/rails5/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/fixtures/rails5/Gemfile b/fixtures/rails5/Gemfile index 222417985..c78b56228 100644 --- a/fixtures/rails5/Gemfile +++ b/fixtures/rails5/Gemfile @@ -11,7 +11,7 @@ gem 'rails', '~> 5.0.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/fixtures/rails5/Gemfile.lock b/fixtures/rails5/Gemfile.lock index 5e3ecd47f..ad9226b20 100644 --- a/fixtures/rails5/Gemfile.lock +++ b/fixtures/rails5/Gemfile.lock @@ -80,7 +80,8 @@ GEM nio4r (2.1.0) nokogiri (1.8.0) mini_portile2 (~> 2.2.0) - puma (3.9.1) + puma (5.6.8) + nio4r (~> 2.0) rack (2.0.3) rack-test (0.6.3) rack (>= 1.0) @@ -155,7 +156,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (~> 3.0.5) - puma (~> 3.0) + puma (~> 5.6) rails (~> 5.0.1) sass-rails (~> 5.0) sqlite3