From 875e4a5d17808fb72ed0e6a73b2da1d525928421 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 01:37:15 +0000 Subject: [PATCH] Bump puma from 6.5.0 to 6.6.0 in /graph-sample Bumps [puma](https://github.com/puma/puma) from 6.5.0 to 6.6.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.5.0...v6.6.0) --- updated-dependencies: - dependency-name: puma dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- graph-sample/Gemfile | 2 +- graph-sample/Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/graph-sample/Gemfile b/graph-sample/Gemfile index e9504b4..2d50f50 100644 --- a/graph-sample/Gemfile +++ b/graph-sample/Gemfile @@ -13,7 +13,7 @@ gem "sprockets-rails" gem "sqlite3", "~> 2.5" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "~> 6.5" +gem "puma", "~> 6.6" # Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails] gem "importmap-rails" diff --git a/graph-sample/Gemfile.lock b/graph-sample/Gemfile.lock index 7d12d6a..24c0227 100644 --- a/graph-sample/Gemfile.lock +++ b/graph-sample/Gemfile.lock @@ -190,7 +190,7 @@ GEM date stringio public_suffix (6.0.1) - puma (6.5.0) + puma (6.6.0) nio4r (~> 2.0) racc (1.8.1) rack (3.1.8) @@ -300,7 +300,7 @@ DEPENDENCIES omniauth-oauth2 (~> 1.8.0) omniauth-rails_csrf_protection (~> 1.0.2) ostruct (~> 0.6.1) - puma (~> 6.5) + puma (~> 6.6) rails (~> 7.2.2) selenium-webdriver sprockets-rails