From 6ff4df64b054f10c92e1c7a67841227259922884 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 22:00:25 +0000 Subject: [PATCH] Bump puma from 5.4.0 to 5.6.2 Bumps [puma](https://github.com/puma/puma) from 5.4.0 to 5.6.2. - [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.4.0...v5.6.2) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 6f3dadc..daff9c4 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 6.1.4', '>= 6.1.4.1' # Use mysql as the database for Active Record gem 'mysql2', '~> 0.5' # 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/Gemfile.lock b/Gemfile.lock index 31c0601..62c7270 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -116,9 +116,11 @@ GEM nio4r (2.5.8) nokogiri (1.12.4-x86_64-darwin) racc (~> 1.4) + nokogiri (1.12.4-x86_64-linux) + racc (~> 1.4) orm_adapter (0.5.0) public_suffix (4.0.6) - puma (5.4.0) + puma (5.6.2) nio4r (~> 2.0) racc (1.5.2) rack (2.2.3) @@ -221,6 +223,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.4) @@ -232,7 +235,7 @@ DEPENDENCIES jbuilder (~> 2.7) listen (~> 3.3) mysql2 (~> 0.5) - puma (~> 5.0) + puma (~> 5.6) rack-mini-profiler (~> 2.0) rails (~> 6.1.4, >= 6.1.4.1) sass-rails (>= 6)