From acac422616789905c0a4a43842829f9d63eb9976 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 14:42:35 +0000 Subject: [PATCH] Bump puma from 3.12.1 to 5.2.2 Bumps [puma](https://github.com/puma/puma) from 3.12.1 to 5.2.2. - [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.2.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index a0398f6..6713a4f 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'fog', '1.38.0' # Use sqlite3 as the database for Active Record gem 'sqlite3', '1.3.13' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 5.2' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index b8aeb16..f432c45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -266,7 +266,8 @@ GEM nokogiri (1.10.4) mini_portile2 (~> 2.4.0) optimist (3.0.0) - puma (3.12.1) + puma (5.2.2) + nio4r (~> 2.0) rack (2.0.7) rack-test (0.6.3) rack (>= 1.0) @@ -366,7 +367,7 @@ DEPENDENCIES listen (~> 3.0.5) mini_magick (= 4.9.4) nokogiri (>= 1.10.4) - puma (~> 3.0) + puma (~> 5.2) rack (>= 2.0.6) rails! rails-i18n