From cc403874b34059d5326fb88c6b09ab0c0f3d41e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 21:56:27 +0000 Subject: [PATCH] Bump puma from 5.4.0 to 5.6.4 Bumps [puma](https://github.com/puma/puma) from 5.4.0 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.4.0...v5.6.4) --- 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 3aadb40fb..c8edb26dc 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ gem 'httpclient', '~> 2.4.0' gem 'nokogiri', '~> 1.12.3' gem 'git', '~> 1.9.1' gem 'parallel', '~> 1.20.1' -gem 'puma', '~> 5.4.0' +gem 'puma', '~> 5.6.4' gem 'sinatra', '~> 2.1.0' gem 'sinatra-contrib', '~> 2.1.0' gem 'i18n', '~> 0.7.0' diff --git a/Gemfile.lock b/Gemfile.lock index 751deb864..637bf57ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -40,7 +40,7 @@ GEM sawyer (~> 0.8.0, >= 0.5.3) parallel (1.20.1) public_suffix (4.0.6) - puma (5.4.0) + puma (5.6.4) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -75,7 +75,7 @@ DEPENDENCIES nokogiri (~> 1.12.3) octokit (~> 4.21.0) parallel (~> 1.20.1) - puma (~> 5.4.0) + puma (~> 5.6.4) sinatra (~> 2.1.0) sinatra-contrib (~> 2.1.0)