diff --git a/docs/Gemfile b/docs/Gemfile index c67863f5..c20ea0c9 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -10,7 +10,7 @@ gem "propshaft", "1.3.2" # Use sqlite3 as the database for Active Record gem "sqlite3", "2.9.4" # Use the Puma web server [https://github.com/puma/puma] -gem "puma", "8.0.1" +gem "puma", "8.0.2" # Bundle and transpile JavaScript [https://github.com/rails/jsbundling-rails] gem "jsbundling-rails", "1.3.1" # Hotwire's SPA-like page accelerator [https://turbo.hotwired.dev] diff --git a/docs/Gemfile.lock b/docs/Gemfile.lock index d1c58c29..5fec871d 100644 --- a/docs/Gemfile.lock +++ b/docs/Gemfile.lock @@ -210,7 +210,7 @@ GEM date stringio public_suffix (7.0.5) - puma (8.0.1) + puma (8.0.2) nio4r (~> 2.0) racc (1.8.1) rack (3.2.6) @@ -359,7 +359,7 @@ DEPENDENCIES phlex-rails! propshaft (= 1.3.2) pry (= 0.16.0) - puma (= 8.0.1) + puma (= 8.0.2) rails (= 8.1.3) rouge (~> 5.0) rss (= 0.3.2)