From dcced277ccea7ed912989e6f292bec885da7e85c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Aug 2023 00:28:41 +0000 Subject: [PATCH] Bump puma from 4.3.12 to 5.6.7 Bumps [puma](https://github.com/puma/puma) from 4.3.12 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/v4.3.12...v5.6.7) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 2fc3bb1..18ac9e8 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ gem 'sqlite3' gem 'gci', :git => 'https://github.com/gcinterceptor/gci-ruby' # Use Puma as the app server -gem 'puma', '~> 4.3' +gem 'puma', '~> 5.6' # Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder # gem 'jbuilder', '~> 2.5' # Use Redis adapter to run Action Cable in production diff --git a/Gemfile.lock b/Gemfile.lock index 9858c0c..557a846 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -80,11 +80,11 @@ GEM mini_portile2 (2.6.1) minitest (5.15.0) msgpack (1.2.4) - nio4r (2.5.8) + nio4r (2.5.9) nokogiri (1.12.5) mini_portile2 (~> 2.6.1) racc (~> 1.4) - puma (4.3.12) + puma (5.6.7) nio4r (~> 2.0) racc (1.6.1) rack (2.2.6.4) @@ -148,7 +148,7 @@ DEPENDENCIES byebug gci! listen (>= 3.0.5, < 3.2) - puma (~> 4.3) + puma (~> 5.6) rails (~> 5.2.0) spring spring-watcher-listen (~> 2.0.0)