From 391ddb9bec2a1bcc2fa31f9ab06d03d159a00132 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 18:06:48 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 5.5.1 Bumps [puma](https://github.com/puma/puma) from 3.12.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.12.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 ce1e7e6..9e134c3 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby '2.6.2' gem 'rails', '~> 5.0.1' -gem 'puma', '~> 3.0' +gem 'puma', '~> 5.5' gem 'bootstrap-sass', '~> 3.3.6' gem 'sass-rails', '~> 5.0' diff --git a/Gemfile.lock b/Gemfile.lock index 7f1ef55..b9419e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -191,7 +191,8 @@ GEM orm_adapter (0.5.0) pg (1.1.4) public_suffix (3.0.3) - puma (3.12.1) + puma (5.5.1) + nio4r (~> 2.0) rack (2.0.7) rack-pjax (1.1.0) nokogiri (~> 1.5) @@ -365,7 +366,7 @@ DEPENDENCIES mysql2 nokogiri (~> 1.8.1) pg - puma (~> 3.0) + puma (~> 5.5) rails (~> 5.0.1) rails_admin (~> 1.1.1) ransack!