From 2bbe43e594072f3ea6c3e7bd46fcea082cd4406c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 18:48:01 +0000 Subject: [PATCH] Bump puma from 4.3.12 to 5.6.8 in /source/scripts/ruby/blog/source Bumps [puma](https://github.com/puma/puma) from 4.3.12 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/v4.3.12...v5.6.8) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- source/scripts/ruby/blog/source/Gemfile | 2 +- source/scripts/ruby/blog/source/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/source/scripts/ruby/blog/source/Gemfile b/source/scripts/ruby/blog/source/Gemfile index 5de206936..ed239fae5 100644 --- a/source/scripts/ruby/blog/source/Gemfile +++ b/source/scripts/ruby/blog/source/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', '~> 4.3' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/source/scripts/ruby/blog/source/Gemfile.lock b/source/scripts/ruby/blog/source/Gemfile.lock index 3474a446b..aa3fe636d 100644 --- a/source/scripts/ruby/blog/source/Gemfile.lock +++ b/source/scripts/ruby/blog/source/Gemfile.lock @@ -76,11 +76,11 @@ GEM mini_mime (1.0.2) mini_portile2 (2.8.2) minitest (5.18.0) - nio4r (2.5.8) + nio4r (2.7.0) nokogiri (1.14.3) mini_portile2 (~> 2.8.0) racc (~> 1.4) - puma (4.3.12) + puma (5.6.8) nio4r (~> 2.0) racc (1.6.2) rack (2.2.7) @@ -165,7 +165,7 @@ DEPENDENCIES jbuilder (~> 2.5) jquery-rails listen (~> 3.0.5) - puma (~> 4.3) + puma (~> 5.6) rails (~> 5.0.1) sass-rails (~> 5.0) spring