From f107fd45c6a46261b3a6d220ff7911391e58b5a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 02:04:51 +0000 Subject: [PATCH] chore(deps): bump puma from 5.6.6 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 5.6.6 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/v5.6.6...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 753bea1..513657e 100644 --- a/Gemfile +++ b/Gemfile @@ -9,7 +9,7 @@ gem "rails", "~> 7.0.5" gem "pg", "~> 1.1" -gem "puma", "~> 5.0" +gem "puma", "~> 5.6" gem "jbuilder" diff --git a/Gemfile.lock b/Gemfile.lock index 4ebc71c..0c61d43 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -219,7 +219,7 @@ GEM pry-rails (0.3.9) pry (>= 0.10.4) public_suffix (5.0.3) - puma (5.6.6) + puma (5.6.7) nio4r (~> 2.0) racc (1.7.1) rack (2.2.8) @@ -377,7 +377,7 @@ DEPENDENCIES octokit pg (~> 1.1) pry-rails - puma (~> 5.0) + puma (~> 5.6) rails (~> 7.0.5) redis redlock