From 2fd85b0330602eede8d8f502170aad6dbf33efe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 01:51:07 +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 | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 014703c..7455f97 100644 --- a/Gemfile +++ b/Gemfile @@ -6,7 +6,7 @@ ruby(File.read(File.join(File.dirname(__FILE__), '.ruby-version')).strip) # System gem 'pg', '~> 1.2', '>= 1.2.3' -gem 'puma', '~> 5.2' +gem 'puma', '~> 5.3' gem 'rails', '~> 6.1' gem 'sidekiq', '~> 6.1' diff --git a/Gemfile.lock b/Gemfile.lock index 5977345..7c1eb93 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -270,7 +270,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - 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) @@ -300,7 +302,7 @@ GEM pry (>= 0.10.4) psych (3.3.0) public_suffix (4.0.6) - puma (5.2.2) + puma (5.3.1) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -562,7 +564,7 @@ DEPENDENCIES pg (~> 1.2, >= 1.2.3) pry-byebug (~> 3.9) pry-rails (~> 0.3.9) - puma (~> 5.2) + puma (~> 5.3) rack-cors (~> 1.1) rails (~> 6.1) rails-controller-testing (~> 1.0)