From c47f080e44bb459a22e698f0868359aaa81adc5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:29:21 +0000 Subject: [PATCH] build(deps): bump puma from 4.3.12 to 5.6.7 in /preview Bumps [puma](https://github.com/puma/puma) from 4.3.12 to 5.6.7. - [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/v4.3.12...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- preview/Gemfile | 2 +- preview/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/preview/Gemfile b/preview/Gemfile index affcb188f..5c5a0607f 100644 --- a/preview/Gemfile +++ b/preview/Gemfile @@ -6,7 +6,7 @@ ruby '3.1.2' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' gem 'rails', '~> 6.0.3', '>= 6.0.3.4' # Use Puma as the app server -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker gem 'webpacker', '~> 4.0' diff --git a/preview/Gemfile.lock b/preview/Gemfile.lock index 1a2aa7766..e0774984d 100644 --- a/preview/Gemfile.lock +++ b/preview/Gemfile.lock @@ -89,7 +89,7 @@ GEM mini_mime (1.1.2) minitest (5.17.0) msgpack (1.5.3) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.14.3-arm64-darwin) racc (~> 1.4) nokogiri (1.14.3-x86_64-darwin) @@ -97,7 +97,7 @@ GEM nokogiri (1.14.3-x86_64-linux) racc (~> 1.4) psych (3.3.2) - puma (4.3.12) + puma (5.6.7) nio4r (~> 2.0) racc (1.6.2) rack (2.2.6.4) @@ -182,7 +182,7 @@ DEPENDENCIES foreman listen (~> 3.2) psych (< 4) - puma (~> 4.3) + puma (~> 5.6) rails (~> 6.0.3, >= 6.0.3.4) responders spring