From b3c645fed0ec34c8ee654a211397ff5dbc1a6072 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 12:03:38 +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 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7c85cb5..6a9c6c0 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ gem 'rails', '~> 6.1.3' # Use sqlite3 as the database for Active Record # Use Puma as the app server gem 'pg', '~> 1.2' -gem 'puma', '~> 5.2' +gem 'puma', '~> 5.3' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/Gemfile.lock b/Gemfile.lock index 8df2f76..1745902 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -119,7 +119,7 @@ GEM racc (~> 1.4) pg (1.2.3) public_suffix (4.0.6) - puma (5.2.2) + puma (5.3.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -231,7 +231,7 @@ DEPENDENCIES jquery-rails listen (>= 3.0.5, < 3.6) pg (~> 1.2) - puma (~> 5.2) + puma (~> 5.3) rails (~> 6.1.3) rails-controller-testing sass-rails (>= 6)