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