From da083d7b6cf93db7c01ca0a2a813d054e59bd24d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Dec 2020 06:05:42 +0000 Subject: [PATCH] Bump puma from 5.0.4 to 5.1.0 Bumps [puma](https://github.com/puma/puma) from 5.0.4 to 5.1.0. - [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.0.4...v5.1.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index b1059aed..c1270b2c 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'bcrypt', '~> 3.1.16' gem 'chartjs-ror', :git => 'git://github.com/ZeiP/chartjs-ror.git' gem 'htmlentities' gem 'paperclip' -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.1' gem 'rails_autolink' gem 'RedCloth' gem 'sanitize', '~> 5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 61fff50e..cc374a69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -176,7 +176,7 @@ GEM parser (2.7.2.0) ast (~> 2.4.1) pg (1.2.3) - puma (5.0.4) + puma (5.1.0) nio4r (~> 2.0) rack (2.2.3) rack-mini-profiler (2.2.0) @@ -340,7 +340,7 @@ DEPENDENCIES mysql2 (~> 0.5.3) paperclip pg (~> 1.2.3) - puma (~> 5.0) + puma (~> 5.1) rack-mini-profiler rails (~> 6.0.3) rails-controller-testing