From 538171309a5e58fd0ccbf345ad4f10ba8acda01a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Sep 2023 01:08:02 +0000 Subject: [PATCH] Bump puma from 6.3.1 to 6.4.0 Bumps [puma](https://github.com/puma/puma) from 6.3.1 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.1...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 73ff0fd1..7fce22cb 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "foreman" gem "jbuilder" gem "okcomputer" gem "pg", "~> 1.5" -gem "puma", "~> 6.3" +gem "puma", "~> 6.4" gem "rails", "~> 7.0.8" gem "sprockets-rails" gem "tzinfo-data", platforms: %i[mingw mswin x64_mingw jruby] diff --git a/Gemfile.lock b/Gemfile.lock index 893af07c..9651edb9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -275,7 +275,7 @@ GEM byebug (~> 11.0) pry (>= 0.13, < 0.15) public_suffix (5.0.1) - puma (6.3.1) + puma (6.4.0) nio4r (~> 2.0) raabro (1.4.0) racc (1.7.1) @@ -478,7 +478,7 @@ DEPENDENCIES pg (~> 1.5) phonelib pry-byebug - puma (~> 6.3) + puma (~> 6.4) rails (~> 7.0.8) rspec-rails rubocop-govuk