From 9f80ef6d0b15fd5d904aa5f33a55b6209c7099ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:47:44 +0000 Subject: [PATCH] Bump puma from 3.9.1 to 5.5.1 Bumps [puma](https://github.com/puma/puma) from 3.9.1 to 5.5.1. - [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/v3.9.1...v5.5.1) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c18abcb..a4ecd2e 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'coffee-rails', '~> 4.2' gem 'dotenv-rails' gem 'nokogiri' gem 'pg' -gem 'puma', '~> 3.7' +gem 'puma', '~> 5.5' gem 'rails', '~> 5.1.1' gem 'ransack', github: 'activerecord-hackery/ransack' gem 'redis' diff --git a/Gemfile.lock b/Gemfile.lock index 606d684..26f0af3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,8 @@ GEM activerecord (>= 3.0) powerpack (0.1.1) public_suffix (2.0.5) - puma (3.9.1) + puma (5.5.1) + nio4r (~> 2.0) rack (2.0.3) rack-protection (2.0.0) rack @@ -263,7 +264,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) nokogiri pg - puma (~> 3.7) + puma (~> 5.5) rails (~> 5.1.1) ransack! redis