From 805d5a0db94d445ee1d3ab040e457a80e39a3a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:37:29 +0000 Subject: [PATCH] Bump puma from 3.10.0 to 4.3.12 in /railsapp Bumps [puma](https://github.com/puma/puma) from 3.10.0 to 4.3.12. - [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.10.0...v4.3.12) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- railsapp/Gemfile | 2 +- railsapp/Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/railsapp/Gemfile b/railsapp/Gemfile index b84f933..6b3cd33 100644 --- a/railsapp/Gemfile +++ b/railsapp/Gemfile @@ -6,7 +6,7 @@ gem 'rails', '~> 5.0.0' # Use mysql as the database for Active Record gem 'mysql2', '>= 0.3.18', '< 0.5' # Use Puma as the app server -gem 'puma', '~> 3.0' +gem 'puma', '~> 4.3' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/railsapp/Gemfile.lock b/railsapp/Gemfile.lock index 26c55fd..99d6b58 100644 --- a/railsapp/Gemfile.lock +++ b/railsapp/Gemfile.lock @@ -81,7 +81,8 @@ GEM nio4r (2.1.0) nokogiri (1.8.0) mini_portile2 (~> 2.2.0) - puma (3.10.0) + puma (4.3.12) + nio4r (~> 2.0) rack (2.0.3) rack-test (0.6.3) rack (>= 1.0) @@ -164,7 +165,7 @@ DEPENDENCIES jquery-rails listen (~> 3.0.5) mysql2 (>= 0.3.18, < 0.5) - puma (~> 3.0) + puma (~> 4.3) rails (~> 5.0.0) sass-rails (~> 5.0) spring