From af7e480250d4448b916f166965e57ec97c4a7776 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 20:38:26 +0000 Subject: [PATCH] Bump puma from 5.6.7 to 5.6.8 Bumps [puma](https://github.com/puma/puma) from 5.6.7 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/v5.6.7...v5.6.8) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7254d0cb..89bae0aa 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem "rails", "~> 7.0.8" # Use postgresql as the database for Active Record gem "pg", "~> 1.1" # Use Puma as the app server -gem "puma", "~> 5.0" +gem "puma", "~> 5.6" # Use SCSS for stylesheets # gem "sass-rails", ">= 6" diff --git a/Gemfile.lock b/Gemfile.lock index 0805b128..65b525c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -333,7 +333,7 @@ GEM net-smtp (0.4.0) net-protocol netrc (0.11.0) - nio4r (2.5.9) + nio4r (2.7.0) nokogiri (1.15.4-arm64-darwin) racc (~> 1.4) nokogiri (1.15.4-x86_64-darwin) @@ -378,7 +378,7 @@ GEM psych (5.1.1) stringio public_suffix (5.0.3) - puma (5.6.7) + puma (5.6.8) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -667,7 +667,7 @@ DEPENDENCIES pg (~> 1.1) pg_search (~> 2.3.5) pry-byebug - puma (~> 5.0) + puma (~> 5.6) rack-mini-profiler (~> 2.0) rails (~> 7.0.8) rails-settings-cached (~> 2.9)