From 3719bd46128835ea890bb7644ccf5e738297f111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:02:56 +0000 Subject: [PATCH] Bump puma from 5.2.2 to 5.3.1 Bumps [puma](https://github.com/puma/puma) from 5.2.2 to 5.3.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/v5.2.2...v5.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 725b1caea3..6af67a858a 100644 --- a/Gemfile +++ b/Gemfile @@ -17,7 +17,7 @@ gem "jbuilder", "~> 2.11" # Build JSON APIs with ease. Read more: https://github gem "noticed" # Notifications gem "paper_trail" # tracking changes gem "pg", ">= 0.18", "< 2.0" # Use postgresql as the database for Active Record -gem "puma", "~> 5.2" # Use Puma as the app server +gem "puma", "~> 5.3" # Use Puma as the app server gem "pundit" # for authorization management - based on user.role field gem "rack-attack" # for blocking & throttling abusive requests gem "skylight" # automated performance testing https://www.skylight.io/ diff --git a/Gemfile.lock b/Gemfile.lock index 77cdb67f19..a4396ae0fa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -257,9 +257,9 @@ GEM byebug (~> 11.0) pry (~> 0.13.0) public_suffix (4.0.6) - puma (5.2.2) + puma (5.3.1) nio4r (~> 2.0) - puma (5.2.2-java) + puma (5.3.1-java) nio4r (~> 2.0) pundit (2.1.0) activesupport (>= 3.0.0) @@ -460,7 +460,7 @@ DEPENDENCIES pg (>= 0.18, < 2.0) pry pry-byebug - puma (~> 5.2) + puma (~> 5.3) pundit rack-attack rails (~> 6.1.3)