From 7da33ca1b83f4248a53d678ceeed32f919916967 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 May 2021 20:27:25 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 5.3.1 Bumps [puma](https://github.com/puma/puma) from 3.12.6 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/v3.12.6...v5.3.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 15 +++++++++------ 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index bb1e21b..645e95f 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.4.2' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.4.4', '< 0.6.0' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 5.3' # 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 90f7284..341dc37 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,10 +78,10 @@ GEM capistrano-rbenv (2.2.0) capistrano (~> 3.1) sshkit (~> 1.3) - capistrano3-puma (3.1.1) + capistrano3-puma (5.0.4) capistrano (~> 3.7) capistrano-bundler - puma (~> 3.4) + puma (>= 4.0, < 6.0) concurrent-ruby (1.1.8) crass (1.0.6) docsplit (0.7.6) @@ -106,7 +106,7 @@ GEM httparty (0.18.1) mime-types (~> 3.0) multi_xml (>= 0.5.2) - i18n (1.8.9) + i18n (1.8.10) concurrent-ruby (~> 1.0) jbuilder (2.11.2) activesupport (>= 5.0.0) @@ -149,7 +149,9 @@ GEM mime-types (3.3.1) mime-types-data (~> 3.2015) mime-types-data (3.2021.0225) - mimemagic (0.3.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.5.0) minitest (5.14.4) @@ -185,7 +187,8 @@ GEM oauth2 (~> 1.4) omniauth (>= 1.9, < 3) orm_adapter (0.5.0) - puma (3.12.6) + puma (5.3.1) + nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) rack-protection (2.1.0) @@ -316,7 +319,7 @@ DEPENDENCIES mysql2 (>= 0.4.4, < 0.6.0) nokogiri omniauth-google-oauth2 - puma (~> 3.12) + puma (~> 5.3) rails (~> 5.2.4.2) recaptcha rubyzip