From 04d96a1e9f80bb3a059e951178fb459b627e5a50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 21:49:33 +0000 Subject: [PATCH] Bump puma from 5.4.0 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 5.4.0 to 5.6.2. - [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.4.0...v5.6.2) --- 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 3778775..1ed43cb 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem "rails", "~> 6.1.4" gem "pg", ">= 0.18", "< 2.0" # Use Puma as the app server -gem "puma", "~> 5.3" +gem "puma", "~> 5.6" # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker gem "webpacker" diff --git a/Gemfile.lock b/Gemfile.lock index 75caa8a..955dbe2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -131,7 +131,7 @@ GEM byebug (~> 11.0) pry (~> 0.13.0) public_suffix (4.0.6) - puma (5.4.0) + puma (5.6.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -284,7 +284,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.7) pg (>= 0.18, < 2.0) pry-byebug - puma (~> 5.3) + puma (~> 5.6) rails (~> 6.1.4) rspec-rails (~> 5.0.1) rubocop-govuk