From e38d2720ea082a113059f133964506b79267dbc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 08:47:17 +0000 Subject: [PATCH] Bump puma from 5.1.1 to 5.2.0 Bumps [puma](https://github.com/puma/puma) from 5.1.1 to 5.2.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.1.1...v5.2.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 b030e8b6..3cf8f8d8 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.1' +gem 'puma', '~> 5.2' gem 'rails_autolink' gem 'RedCloth' gem 'sanitize', '~> 5.2' diff --git a/Gemfile.lock b/Gemfile.lock index 5fb0ed79..e8ed099a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -180,7 +180,7 @@ GEM parser (3.0.0.0) ast (~> 2.4.1) pg (1.2.3) - puma (5.1.1) + puma (5.2.0) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -347,7 +347,7 @@ DEPENDENCIES mysql2 (~> 0.5.3) paperclip pg (~> 1.2.3) - puma (~> 5.1) + puma (~> 5.2) rack-mini-profiler rails (~> 6.0.3) rails-controller-testing