From 1538e580568cacfc8623eb223c80bbe2977de7a8 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 18 May 2021 02:03:41 +0000 Subject: [PATCH] [Security] Bump puma from 3.12.0 to 4.3.8 Bumps [puma](https://github.com/puma/puma) from 3.12.0 to 4.3.8. **This update includes security fixes.** - [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.0...v4.3.8) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 1913ca3..a41fe29 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'faker' gem 'graphiql-rails' gem 'graphql' gem 'pg' -gem 'puma', '~> 3.11' +gem 'puma', '~> 4.3' gem 'rack-cors', require: 'rack/cors' gem 'rails', '~> 5.2.1' diff --git a/Gemfile.lock b/Gemfile.lock index 557fcd6..d2d056d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,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.4.0) minitest (5.14.1) @@ -110,7 +112,8 @@ GEM method_source (~> 1.0) pry-rails (0.3.9) pry (>= 0.10.4) - puma (3.12.0) + puma (4.3.8) + nio4r (~> 2.0) rack (2.2.2) rack-cors (1.0.2) rack-test (1.1.0) @@ -215,7 +218,7 @@ DEPENDENCIES graphql pg pry-rails - puma (~> 3.11) + puma (~> 4.3) rack-cors rails (~> 5.2.1) rspec