From 200bb666d7eeb86054d43e015dacc49b119e064a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:49:42 +0000 Subject: [PATCH] Bump puma from 6.4.3 to 6.5.0 (#380) --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9203173b..50c38aa5 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "bootsnap", ">= 1.4.4", require: false gem "bourbon" gem "jsbundling-rails" gem "pg", ">= 0.18", "< 2.0" -gem "puma", "~> 6.4" +gem "puma", "~> 6.5" gem "redcarpet" gem "sass-rails", ">= 6" gem "themoviedb-api" diff --git a/Gemfile.lock b/Gemfile.lock index 66297825..8f519ac6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -183,7 +183,7 @@ GEM psych (5.2.0) stringio public_suffix (6.0.1) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -328,7 +328,7 @@ DEPENDENCIES ostruct pg (>= 0.18, < 2.0) pry-rails (~> 0.3.7) - puma (~> 6.4) + puma (~> 6.5) rails rake (~> 13.0) redcarpet