From 3895c5e9eb48afd48ad834f53cb15b4bc0e697cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Mar 2022 22:10:26 +0000 Subject: [PATCH] Bump puma from 5.3.2 to 5.6.4 in /back Bumps [puma](https://github.com/puma/puma) from 5.3.2 to 5.6.4. - [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.3.2...v5.6.4) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- back/Gemfile | 2 +- back/Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/back/Gemfile b/back/Gemfile index 215b7a2..372e902 100644 --- a/back/Gemfile +++ b/back/Gemfile @@ -6,7 +6,7 @@ ruby '3.0.1' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails', branch: 'main' gem 'rails', '~> 6.1.3', '>= 6.1.3.2' # Use Puma as the app server -gem 'puma', '~> 5.0' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '>= 6' # Transpile app-like JavaScript. Read more: https://github.com/rails/webpacker diff --git a/back/Gemfile.lock b/back/Gemfile.lock index f545336..8c43aa0 100644 --- a/back/Gemfile.lock +++ b/back/Gemfile.lock @@ -103,10 +103,10 @@ GEM mongo (>= 2.7.0, < 3.0.0) msgpack (1.4.2) netrc (0.11.0) - nio4r (2.5.7) + nio4r (2.5.8) nokogiri (1.11.6-x86_64-linux) racc (~> 1.4) - puma (5.3.2) + puma (5.6.4) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -211,7 +211,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (~> 3.3) mongoid (~> 7.0.5) - puma (~> 5.0) + puma (~> 5.6) rack-cors rack-mini-profiler (~> 2.0) rails (~> 6.1.3, >= 6.1.3.2)