From e250c6c07898ca5272b7d191191f924e5f14e382 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2024 10:35:08 +0000 Subject: [PATCH] Bump puma from 6.4.3 to 6.5.0 in the patch-and-minor-dependencies group Bumps the patch-and-minor-dependencies group with 1 update: [puma](https://github.com/puma/puma). Updates `puma` from 6.4.3 to 6.5.0 - [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/v6.4.3...v6.5.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-and-minor-dependencies ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 7d779d9..2298dd4 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source 'https://rubygems.org' gem 'bigdecimal', '~> 3.1' gem 'ka-ching-client', '~> 0.6.2' gem 'money', '~> 6.16' -gem 'puma', '~> 6.4' +gem 'puma', '~> 6.5' gem 'rack-unreloader', '~> 2.1' gem 'rackup', '~> 2.2' gem 'roda', '~> 3.86' diff --git a/Gemfile.lock b/Gemfile.lock index 91d172c..0716c77 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -37,7 +37,7 @@ GEM i18n (>= 0.6.4, <= 2) net-http (0.5.0) uri - nio4r (2.7.3) + nio4r (2.7.4) nokogiri (1.16.7) mini_portile2 (~> 2.8.2) racc (~> 1.4) @@ -52,7 +52,7 @@ GEM pry (0.15.0) coderay (~> 1.1) method_source (~> 1.0) - puma (6.4.3) + puma (6.5.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -117,7 +117,7 @@ DEPENDENCIES ka-ching-client (~> 0.6.2) money (~> 6.16) pry (~> 0.15.0) - puma (~> 6.4) + puma (~> 6.5) rack-unreloader (~> 2.1) rackup (~> 2.2) rake (~> 13.1)