From f87a7ef17cc05feda7bca2bf504264ae5b6861eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 23:07:27 +0000 Subject: [PATCH] Bump puma from 3.12.2 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 3.12.2 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.2...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 101eb61..cc91c1b 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.6.0' gem 'rails', '~> 5.2.3' gem 'pg' -gem 'puma', '~> 3.11' +gem 'puma', '~> 5.6' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'coffee-rails', '~> 4.2' diff --git a/Gemfile.lock b/Gemfile.lock index 067fcce..7f0f9f5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -103,7 +103,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.11.3) @@ -116,7 +118,8 @@ GEM coderay (~> 1.1.0) method_source (~> 0.9.0) public_suffix (4.0.1) - puma (3.12.2) + puma (5.6.7) + nio4r (~> 2.0) rack (2.0.7) rack-protection (2.0.5) rack @@ -239,7 +242,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) pg pry - puma (~> 3.11) + puma (~> 5.6) rails (~> 5.2.3) rspec-rails (~> 3.8) sass-rails (~> 5.0)