From 9dbd0f6d75f91d87cc138ec14e1e2cdd66a41645 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 20:54:52 +0000 Subject: [PATCH] Bump puma from 4.3.3 to 4.3.9 in /project_backend Bumps [puma](https://github.com/puma/puma) from 4.3.3 to 4.3.9. - [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/v4.3.3...v4.3.9) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- project_backend/Gemfile | 2 +- project_backend/Gemfile.lock | 10 ++++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/project_backend/Gemfile b/project_backend/Gemfile index 60672cd..d53a41e 100644 --- a/project_backend/Gemfile +++ b/project_backend/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.0.2', '>= 6.0.2.2' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.4.4' # Use Puma as the app server -gem 'puma', '~> 4.1' +gem 'puma', '~> 4.3' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.7' # Use Redis adapter to run Action Cable in production diff --git a/project_backend/Gemfile.lock b/project_backend/Gemfile.lock index 0d2f9f5..b7a14da 100644 --- a/project_backend/Gemfile.lock +++ b/project_backend/Gemfile.lock @@ -108,7 +108,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (1.0.0) - mimemagic (0.3.4) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -116,12 +118,12 @@ GEM msgpack (1.3.3-x64-mingw32) mysql2 (0.5.3) mysql2 (0.5.3-x64-mingw32) - nio4r (2.5.2) + nio4r (2.5.8) nokogiri (1.10.9) mini_portile2 (~> 2.4.0) nokogiri (1.10.9-x64-mingw32) mini_portile2 (~> 2.4.0) - puma (4.3.3) + puma (4.3.9) nio4r (~> 2.0) rack (2.2.2) rack-cors (1.1.1) @@ -215,7 +217,7 @@ DEPENDENCIES kaminari listen (>= 3.0.5, < 3.2) mysql2 (>= 0.4.4) - puma (~> 4.1) + puma (~> 4.3) rack-cors rails (~> 6.0.2, >= 6.0.2.2) rspec-rails