From fbf3026b1158304641ba357830676211931fc9b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 23:18:02 +0000 Subject: [PATCH] Bump puma from 3.12.6 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 3.12.6 to 5.6.7. - [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.6...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index c4af8b4..15e0b11 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'rails', '~> 5.1.6' # Use sqlite3 as the database for Active Record gem 'sqlite3', '~> 1.3.7' # Use Puma as the app server -gem 'puma', '~> 3.12' +gem 'puma', '~> 5.6' # Use SCSS for stylesheets gem 'sass-rails', '~> 5.0' # Use Uglifier as compressor for JavaScript assets diff --git a/Gemfile.lock b/Gemfile.lock index 857e0d5..b2ca2f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -145,7 +145,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.3) - puma (3.12.6) + puma (5.6.7) + nio4r (~> 2.0) rack (2.2.3) rack-protection (2.1.0) rack @@ -255,7 +256,7 @@ DEPENDENCIES omniauth-rails_csrf_protection procore (~> 1.1) pry - puma (~> 3.12) + puma (~> 5.6) rails (~> 5.1.6) rest-client sass-rails (~> 5.0)