From 6d80cbe6db3e307d2f9c61e8af5c5dc74c6c0581 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:58:36 +0000 Subject: [PATCH] Bump puma from 5.3.2 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.3.2 to 5.6.4. - [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.3.2...v5.6.4) --- 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 f43e84a..5849d7f 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem "bootsnap", "~> 1.4" gem "deface", "~> 1.4" gem "faker", "~> 1.9" gem "figaro", "~> 1.1" -gem "puma", "~> 5.0" +gem "puma", "~> 5.6" gem "redis-namespace" gem "sidekiq" gem "uglifier", "~> 4.1" diff --git a/Gemfile.lock b/Gemfile.lock index 756e8f7..0550247 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -578,7 +578,7 @@ GEM net-ssh (>= 2.6.5, < 7.0.0) net-ssh (6.0.2) netrc (0.11.0) - nio4r (2.5.7) + nio4r (2.5.8) nobspw (0.6.2) nokogiri (1.11.7) mini_portile2 (~> 2.5.0) @@ -640,7 +640,7 @@ GEM eventmachine_httpserver http_parser.rb (~> 0.6.0) multi_json - puma (5.3.2) + puma (5.6.4) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -895,7 +895,7 @@ DEPENDENCIES listen (~> 3.1) loofah (~> 2.3.1) nokogiri (>= 1.10.8) - puma (~> 5.0) + puma (~> 5.6) redis-namespace rspec-rails (~> 3.8) rubocop (~> 0.92.0)