From 4746076ab796298387094848ec52fa93945c10d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 22:26:05 +0000 Subject: [PATCH] Bump puma from 3.12.0 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 3.12.0 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.0...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 081a626..d97e277 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ ruby File.read(File.join(__dir__, ".ruby-version")) gem 'rails', '~> 5.1.4' gem 'pg', '~> 0.18' -gem 'puma', '~> 3.7' +gem 'puma', '~> 5.6' gem 'sass-rails', '~> 5.0' gem 'uglifier', '>= 1.3.0' gem 'bootstrap', '~> 4.1.2' diff --git a/Gemfile.lock b/Gemfile.lock index ac8757f..625e56a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,8 @@ GEM pg (0.21.0) popper_js (1.14.3) public_suffix (3.0.3) - puma (3.12.0) + puma (5.6.7) + nio4r (~> 2.0) rack (2.0.5) rack-test (1.1.0) rack (>= 1.0, < 3) @@ -202,7 +203,7 @@ DEPENDENCIES listen (>= 3.0.5, < 3.2) minitest-rails pg (~> 0.18) - puma (~> 3.7) + puma (~> 5.6) rails (~> 5.1.4) sass-rails (~> 5.0) selenium-webdriver