From ebe6536991da32c70e0d931f4f19f312a598ef66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 08:08:25 +0000 Subject: [PATCH] Bump puma from 6.3.0 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 6.3.0 to 6.4.0. - [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/v6.3.0...v6.4.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7e91a98..4bc3345 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby "3.2.2" gem "pg", "~> 1.4" -gem "puma", "~> 6.0" +gem "puma", "~> 6.4" gem "rails", "~> 7.0.3.1" gem "sass-rails", ">= 6" gem "sprockets-rails", require: "sprockets/railtie" diff --git a/Gemfile.lock b/Gemfile.lock index 3370767..f8b80ca 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -236,7 +236,7 @@ GEM yard (~> 0.9.11) pry-rails (0.3.9) pry (>= 0.10.4) - puma (6.3.0) + puma (6.4.0) nio4r (~> 2.0) raabro (1.4.0) racc (1.7.0) @@ -431,7 +431,7 @@ DEPENDENCIES pry pry-doc pry-rails - puma (~> 6.0) + puma (~> 6.4) rails (~> 7.0.3.1) redis (~> 4.0) rspec-rails (~> 6.0.1)